mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00: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
7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
# Run the hourly jobs
|
|
SHELL=/bin/bash
|
|
PATH=/boot/home/config/non-packaged/bin:/boot/home/config/bin:/boot/system/non-packaged/bin:/boot/system/bin
|
|
MAILTO=""
|
|
# If you change the username of UID 0 then you must change "user" below to match
|
|
01 * * * * user run-parts /boot/system/settings/cron.hourly
|