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
Delete AdminErrorLog.
[reddit.git]
/
upstart
/
reddit-consumer-butler_q.conf
blob
fc0d48cfb4f1cd1471e05fd7fe37770257100090
1
description "notify users when their username is mentioned"
2
3
instance $x
4
5
stop on reddit-stop or runlevel [016]
6
7
respawn
8
respawn limit 10 5
9
10
nice 10
11
script
12
. /etc/default/reddit
13
wrap-job paster run --proctitle butler_q$x $REDDIT_INI -c 'from r2.lib.butler import run; run()'
14
end script