mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
description "send queued emails"
|
|
|
|
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 import emailer; emailer.send_queued_mail()'
|
|
end script
|