summaryrefslogtreecommitdiff
path: root/community-testing/cronie/anacrontab
blob: e9985b05315f2a70b0cd91354df5f35269cebfdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### /etc/anacrontab: Main configuration for `anacron`
# See anacron(8) and anacrontab(5) for details

PATH=/sbin:/bin:/usr/sbin:/usr/bin
SHELL=/bin/bash
HOME=/var/empty
RANDOM_DELAY=45
START_HOURS_RANGE=3-22

# Format: Period(day) Delay(minute) Name Command
30  15  cron.monthly run-cron /etc/cron.monthly
 1   5  cron.daily   run-cron /etc/cron.daily
 7  10  cron.weekly  run-cron /etc/cron.weekly

### /etc/anacrontab: Main configuration for `anacron`