diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-21 12:56:56 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-21 12:56:56 -0300 |
commit | 3e0ea869611d30b1da99b5666566ea4aa331f55f (patch) | |
tree | 2e6209c3630ca0413ae392b48b6991b48746e294 /community | |
parent | af2bc2a1ab797545ce58f065565abd2d0014aadd (diff) |
recovered .orig file
Diffstat (limited to 'community')
-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 |