mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-30 09:18:20 -05:00
15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
description "process votes cast on links"
|
|
|
|
instance $x
|
|
|
|
stop on reddit-stop or runlevel [016]
|
|
|
|
respawn
|
|
respawn limit 10 5
|
|
|
|
nice 10
|
|
script
|
|
. /etc/default/reddit
|
|
wrap-job paster run --proctitle vote_link_q$x $REDDIT_INI -c 'from r2.lib.db import queries; queries.process_votes(queries.vote_link_q)'
|
|
end script
|