blob: 00af327bce43b87b59b2d48ac30a636e1d988364 (
plain)
1
2
3
4
|
&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
|