Files
reddit/upstart/reddit-job-update_trending_subreddits.conf
2014-04-10 13:21:21 -07:00

13 lines
291 B
Plaintext

description "Update the current trending subreddits cache."
manual
task
stop on reddit-stop or runlevel [016]
nice 10
script
. /etc/default/reddit
wrap-job paster run $REDDIT_INI -c 'from r2.lib.trending import update_trending_subreddits; update_trending_subreddits()'
end script