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