8 lines
298 B
Plaintext
8 lines
298 B
Plaintext
|
# /etc/anacrontab example
|
||
|
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
|