mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-10 07:28:03 -05:00
13 lines
291 B
Plaintext
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
|