cronie/contrib/dailyjobs

10 lines
396 B
Plaintext
Raw Normal View History

2019-08-06 18:08:05 +02:00
# Run the daily, weekly, and monthly jobs if cronie-anacron is not installed
2017-05-08 15:30:03 +02:00
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
# run-parts
02 4 * * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.daily
22 4 * * 0 root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.weekly
42 4 1 * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.monthly