Files
docker-zulip/zulip-puppet/files/cron.d/clearsessions
Alexander Trost 24f759cf7d Replaced the MAILTO=root with MAILTO=""
No emails should be sent by cron
2015-10-22 13:40:20 +02:00

5 lines
159 B
Plaintext

MAILTO=""
# Clear all expired Django sessions at 10:22 PM every day.
22 22 * * * zulip cd /home/zulip/deployments/current && python manage.py clearsessions