forked from pool/cronie
2d0a5007f2
Copy from Base:System/cronie based on submit request 49010 from user elvigia OBS-URL: https://build.opensuse.org/request/show/49010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cronie?expand=0&rev=1
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
SHELL=/bin/sh
|
|
PATH=/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/news/bin
|
|
MAILTO=root
|
|
#
|
|
# check scripts in cron.hourly, cron.daily, cron.weekly, and cron.monthly
|
|
#
|
|
-*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
|
|
|