Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
1 |
# /etc/anacrontab: configuration file for anacron
|
|
|
2 |
|
|
|
3 |
# See anacron(8) and anacrontab(5) for details.
|
|
|
4 |
|
|
|
5 |
SHELL=/bin/sh
|
|
|
6 |
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
|
7 |
MAILTO=root
|
|
|
8 |
# the maximal random delay added to the base delay of the jobs
|
|
|
9 |
RANDOM_DELAY=45
|
|
|
10 |
# the jobs will be started during the following hours only
|
|
|
11 |
START_HOURS_RANGE=3-22
|
|
|
12 |
|
|
|
13 |
#period in days delay in minutes job-identifier command
|
|
|
14 |
1 5 cron.daily nice run-parts /etc/cron.daily
|
|
|
15 |
7 25 cron.weekly nice run-parts /etc/cron.weekly
|
|
|
16 |
@monthly 45 cron.monthly nice run-parts /etc/cron.monthly
|