Files
docker-zulip/zulip-puppet/files/cron.d/clearsessions
Alexander Trost b5a9ef576b Removed unnecessary empty line from cron files
Added backup and restore functions #32
Added autobackup cron job
2015-10-25 01:22:26 +02:00

4 lines
155 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