mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-10 23:47:55 -05:00
13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
description "find and delete new broken things (usually caused by failed transactions)"
|
|
|
|
manual
|
|
task
|
|
stop on reddit-stop or runlevel [016]
|
|
|
|
nice 10
|
|
|
|
script
|
|
. /etc/default/reddit
|
|
wrap-job paster run $REDDIT_INI -c 'from r2.lib.utils import utils; utils.find_recent_broken_things(delete=True)'
|
|
end script
|