debian: fixes in cron.d file (#46325)

This commit is contained in:
Thomas NOËL 2020-09-03 15:54:32 +02:00
parent 8e168030d9
commit 2f4329d686
1 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
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
MAILTO=root
0 0 1 1 * chrono /usr/bin/chrono-manage tenant_command sync_desks_timeperiod_exceptions_from_settings --all-tenants -v0
*/5 * * * * chrono /usr/bin/chrono-manage tenant_command cancel_events --all-tenants -v0
*/5 * * * * chrono /usr/bin/chrono-manage tenant_command send_email_notifications --all-tenants -v0