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-rising.conf
blob
fdacec8661ba912945505fa0ea4338103d654f7e
1
description "update the rising pages"
2
3
task
4
manual
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 rising; rising.set_rising()'
12
end script