When will ANACRONTAB run cron.daily?
Posted
by
johnsam
on Server Fault
See other posts from Server Fault
or by johnsam
Published on 2012-10-02T00:20:33Z
Indexed on
2012/10/02
3:40 UTC
Read the original article
Hit count: 513
cron
|cron.daily
My RHEL has the following anacrontab config file, it has START_HOURS_RANGE and RANDOM_DELAY both missing, what hour does cron.daily start everyday? My guess is it is random. Is it true?
# /etc/anacrontab: configuration file for anacron
# See anacron(8) and anacrontab(5) for details.
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
1 65 cron.daily run-parts /etc/cron.daily
7 70 cron.weekly run-parts /etc/cron.weekly
30 75 cron.monthly run-parts /etc/cron.monthly
© Server Fault or respective owner