debian: cron line for cancel_events and send_email_notifications (#46322)

This commit is contained in:
Valentin Deniaud 2020-09-03 15:02:09 +02:00
parent 7d81469972
commit 8e168030d9
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
0 0 1 1 * chrono /usr/bin/chrono-manage -- tenant_command sync_desks_timeperiod_exceptions_from_settings --all-tenants
*/5 * * * * chrono /usr/bin/chrono-manage -- tenant_command cancel_events --all-tenants
*/5 * * * * chrono /usr/bin/chrono-manage -- tenant_command send_email_notifications --all-tenants