Open graph: use more common image syntax
[reddit.git] / upstart / reddit-job-update_gold_users.conf
blobec8e77f0148419cd71538cc7be9960288886c13c
1 description "trigger notification of impending expiration or actual expiration for gold membership"
3 manual
4 task
5 stop on reddit-stop or runlevel [016]
7 nice 10
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