diff options
Diffstat (limited to 'community/fcron/systab.orig')
-rw-r--r-- | community/fcron/systab.orig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/fcron/systab.orig b/community/fcron/systab.orig new file mode 100644 index 000000000..5b0045626 --- /dev/null +++ b/community/fcron/systab.orig @@ -0,0 +1,4 @@ +&bootrun 01 * * * * /usr/sbin/run-cron /etc/cron.hourly +&bootrun 02 00 * * * /usr/sbin/run-cron /etc/cron.daily +&bootrun 22 00 * * 0 /usr/sbin/run-cron /etc/cron.weekly +&bootrun 42 00 1 * * /usr/sbin/run-cron /etc/cron.monthly |