Fix template file

This commit is contained in:
Antoine Nguyen
2015-10-15 15:43:40 +02:00
parent 6150acdcf6
commit 1ac0ee4e3b

View File

@@ -13,13 +13,11 @@ INSTANCE=%{instance_path}
# Logs table cleanup # Logs table cleanup
0 0 * * * root $PYTHON $INSTANCE/manage.py cleanlogs 0 0 * * * root $PYTHON $INSTANCE/manage.py cleanlogs
{% if use_amavis %}
# Quarantine cleanup # Quarantine cleanup
0 0 * * * root $PYTHON $INSTANCE/manage.py qcleanup %{amavis_enabled}0 0 * * * root $PYTHON $INSTANCE/manage.py qcleanup
# Notifications about pending release requests # Notifications about pending release requests
0 12 * * * root $PYTHON $INSTANCE/manage.py amnotify --baseurl='http://%{hostname}' %{amavis_enabled}0 12 * * * root $PYTHON $INSTANCE/manage.py amnotify --baseurl='http://%{hostname}'
{% endif %}
# Logs parsing # Logs parsing
*/5 * * * * root $PYTHON $INSTANCE/manage.py logparser &> /dev/null */5 * * * * root $PYTHON $INSTANCE/manage.py logparser &> /dev/null