diff options
author | Diaz Devera Victor <vitronic2@gmail.com> | 2014-12-26 18:28:54 -0430 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-29 12:19:19 +0000 |
commit | a01b0ecdec7585d3f6b2cb7f2da984ebfce0b434 (patch) | |
tree | af3b29d259d06e61ade292ad14b064906d2804d3 /testing/fcron/systab.orig | |
parent | 6b731eecdf600d8d435d129bf2838e3babb77c56 (diff) | |
download | aports-a01b0ecdec7585d3f6b2cb7f2da984ebfce0b434.tar.bz2 aports-a01b0ecdec7585d3f6b2cb7f2da984ebfce0b434.tar.xz |
testing/fcron: new aport
periodical command scheduler for systems not always up
http://fcron.free.fr/
Diffstat (limited to 'testing/fcron/systab.orig')
-rw-r--r-- | testing/fcron/systab.orig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/fcron/systab.orig b/testing/fcron/systab.orig new file mode 100644 index 0000000000..4041ccefe9 --- /dev/null +++ b/testing/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 |