Import Upstream version 1.7.2
This commit is contained in:
9
contrib/dailyjobs
Normal file
9
contrib/dailyjobs
Normal file
@@ -0,0 +1,9 @@
|
||||
# Run the daily, weekly, and monthly jobs if cronie-anacron is not installed
|
||||
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
|
||||
Reference in New Issue
Block a user