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-automoderator_q.conf
blob
5a5de13d710cc94f3e45555ef9deed501f470880
1
description "Apply moderator-defined rules to submissions and comments"
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 automoderator_q$x $REDDIT_INI $REDDIT_ROOT/r2/lib/automoderator.py -c 'run()'
14
end script