ansible/roles/ask/files/cron-ask-send-reminders
2014-05-27 21:02:37 +00:00

2 lines
254 B
Text

0 0 * * * root /usr/bin/python /etc/askbot/sites/ask/config/manage.py send_accept_answer_reminders > /dev/null 2> /dev/null
30 0 * * * root /usr/bin/python /etc/askbot/sites/ask/config/manage.py send_unaswered_question_reminders > /dev/null 2> /dev/null