diff options
Diffstat (limited to 'sys-apps/dcron/files/crontab')
-rw-r--r-- | sys-apps/dcron/files/crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/dcron/files/crontab b/sys-apps/dcron/files/crontab index 708272ddf6f0..6bde0882d647 100644 --- a/sys-apps/dcron/files/crontab +++ b/sys-apps/dcron/files/crontab @@ -1,6 +1,6 @@ # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly # --*/15 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons +*/15 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons 0 0 * * * rm -f /var/cron/lastrun/cron.daily 0 0 * * 6 rm -f /var/cron/lastrun/cron.weekly 0 0 1 * * rm -f /var/cron/lastrun/cron.monthly |