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
Templated: Remove timer for g.timed_templates
[reddit.git]
/
upstart
/
reddit-job-update_trending_subreddits.conf
blob
ba2982d6722440be26e96265a9cf743e5c7d1c6b
1
description "Update the current trending subreddits cache."
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.lib.trending import update_trending_subreddits; update_trending_subreddits()'
12
end script