Delete AdminErrorLog.
[reddit.git] / upstart / reddit-job-email.conf
blob884f5b7ea3e1918a6c59cf77d5df756c02f7010a
1 description "send queued emails"
3 manual
4 task
5 stop on reddit-stop or runlevel [016]
7 nice 10
9 script
10     . /etc/default/reddit
11     wrap-job paster run $REDDIT_INI -c 'from r2.lib import emailer; emailer.send_queued_mail()'
12 end script