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
Accept '/r/foo' everywhere: part 2
[reddit.git]
/
upstart
/
reddit-job-update_sr_names.conf
blob
3c144815602388e25453a3bb58ff1ec8e1d176fb
1
description "update the subreddit name search 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 import subreddit_search; subreddit_search.load_all_reddits()'
12
end script