update crontab.

This commit is contained in:
Antoine Nguyen
2016-09-16 21:31:01 +02:00
parent 672bb592a0
commit 67b418b660

View File

@@ -24,3 +24,9 @@ INSTANCE=%{instance_path}
# Radicale rights file
%{radicale_enabled}*/2 * * * * root $PYTHON $INSTANCE/manage.py generate_rights
# DNSBL checks
*/30 * * * * root $PYTHON $INSTANCE/manage.py modo check_mx
# Public API communication
0 * * * * root $PYTHON $INSTANCE/manage.py communicate_with_public_api