cronie: add rc.d script and some config files.
--HG-- extra : convert_revision : 5ddf685027b96d674702810d45cada1c04701828
This commit is contained in:
10
templates/cronie/files/crontab
Normal file
10
templates/cronie/files/crontab
Normal 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
|
||||
Reference in New Issue
Block a user