Open graph: use more common image syntax
[reddit.git] / upstart / reddit-consumer-automoderator_q.conf
blob5a5de13d710cc94f3e45555ef9deed501f470880
1 description "Apply moderator-defined rules to submissions and comments"
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 automoderator_q$x $REDDIT_INI $REDDIT_ROOT/r2/lib/automoderator.py -c 'run()'
14 end script