mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
move settings back to /system/settings and adjust documentation create crond user for the daemon to use fix sendmail paths fix standard PATH variable for jobs
17 lines
683 B
Plaintext
17 lines
683 B
Plaintext
# /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
|