Open graph: use more common image syntax
[reddit.git] / upstart / reddit-consumer-log_q.conf
blob27fe71842b8fd3fa8472e42f6aa6368609d2e2b1
1 description "consume log messages from log_q (including exception tracebacks)"
3 instance $x
5 stop on reddit-stop or runlevel [016]
7 respawn
8 respawn limit 10 5
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