2009-10-05 14:06:29 +02:00
|
|
|
# /etc/anacrontab example
|
2010-05-06 05:37:10 +02:00
|
|
|
MAILTO=""
|
2009-10-05 14:06:29 +02:00
|
|
|
SHELL=/bin/sh
|
|
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
|
|
# format: period delay job-identifier command
|
|
|
|
1 5 cron.daily run-parts /etc/cron.daily
|
|
|
|
7 10 cron.weekly run-parts /etc/cron.weekly
|
|
|
|
30 15 cron.monthly run-parts /etc/cron.monthly
|