# /boot/system/settings/anacrontab: configuration file for anacron

# See anacron(8) and anacrontab(5) for details.

SHELL=/bin/bash
PATH=/boot/home/config/non-packaged/bin:/boot/home/config/bin:/boot/system/non-packaged/bin:/boot/system/bin
MAILTO=""
# the maximal random delay added to the base delay of the jobs
RANDOM_DELAY=45
# the jobs will be started during the following hours only
START_HOURS_RANGE=3-22

#period in days   delay in minutes   job-identifier   command
1	5	cron.daily		nice run-parts /boot/system/settings/cron.daily
7	25	cron.weekly		nice run-parts /boot/system/settings/cron.weekly
@monthly 45	cron.monthly		nice run-parts /boot/system/settings/cron.monthly
