summaryrefslogtreecommitdiff
blob: 6bde0882d647cbdd6d09a293ecba3695e7f7e633 (plain)
1
2
3
4
5
6
7
8
9
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
#
*/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