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
r.syncedSessionStorage: Get values from e.originalEvent
[reddit.git]
/
upstart
/
reddit-consumer-sitemaps_q.conf
blob
4926998f12ea97355cbc59fd77f15e43a58aba00
1
description "build sitemaps for almost every link on reddit"
2
3
instance $x
4
5
stop on reddit-stop or runlevel [016]
6
7
respawn
8
9
nice 10
10
script
11
. /etc/default/reddit
12
wrap-job paster run --proctitle sitemaps_q$x $REDDIT_INI $REDDIT_ROOT/r2/lib/sitemaps/watcher.py -c 'watcher()'
13
end script