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
Open graph: use more common image syntax
[reddit.git]
/
upstart
/
reddit-consumer-log_q.conf
blob
27fe71842b8fd3fa8472e42f6aa6368609d2e2b1
1
description "consume log messages from log_q (including exception tracebacks)"
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 log_q$x $REDDIT_INI $REDDIT_ROOT/../scripts/log_q.py -c 'run(verbose=True)'
14
end script