| mason@acheron /etc/cron.d$ cat anacron
|
| # /etc/cron.d/anacron: crontab entries for the anacron package
|
|
|
| SHELL=/bin/sh
|
| PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
|
|
| 30 7-23 * * * root [ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi
|
|
|
|
|
| mason@acheron /etc/cron.d$ cat norcana
|
| # /etc/cron.d/anacron: crontab entries for the anacron package
|
|
|
| SHELL=/bin/sh
|
| PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
|
|
| 30 0-6 * * * root [ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi
|