cronie: add rc.d script and some config files.

--HG--
extra : convert_revision : 5ddf685027b96d674702810d45cada1c04701828
This commit is contained in:
Juan RP
2009-03-28 17:44:07 +01:00
parent 42c38ca73f
commit dd0067027d
5 changed files with 65 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly