repo.or.cz
/
reddit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Open graph: use more common image syntax
[reddit.git]
/
upstart
/
reddit-job-update_gold_users.conf
blob
ec8e77f0148419cd71538cc7be9960288886c13c
1
description "trigger notification of impending expiration or actual expiration for gold membership"
2
3
manual
4
task
5
stop on reddit-stop or runlevel [016]
6
7
nice 10
8
9
script
10
. /etc/default/reddit
11
wrap-job paster run $REDDIT_INI -c 'from r2.models import update_gold_users; update_gold_users()'
12
end script