4 lines
228 B
Text
4 lines
228 B
Text
&bootrun 01 * * * * /usr/bin/run-parts /etc/cron.hourly
|
|
&bootrun 02 00 * * * /usr/bin/run-parts /etc/cron.daily
|
|
&bootrun 22 00 * * 0 /usr/bin/run-parts /etc/cron.weekly
|
|
&bootrun 42 00 1 * * /usr/bin/run-parts /etc/cron.monthly
|