debian: move exception sync job to cron.hourly (#20545)

This avoids syntax errors in crontab format.
This commit is contained in:
Frédéric Péters 2017-12-11 12:39:18 +01:00
parent 8069c20c74
commit 588c5952fe
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +0,0 @@
MAILTO=root
0 * * * * /sbin/runuser -u chrono /usr/bin/chrono-manage -- tenant_command sync_desks_timeperiod_exceptions --all-tenants

3
debian/chrono.cron.hourly vendored Normal file
View File

@ -0,0 +1,3 @@
#! /bin/sh
/sbin/runuser -u chrono /usr/bin/chrono-manage -- tenant_command sync_desks_timeperiod_exceptions --all-tenants