diff options
Diffstat (limited to 'straper/db/public/cron/cron.d/anacron')
| -rw-r--r-- | straper/db/public/cron/cron.d/anacron | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/straper/db/public/cron/cron.d/anacron b/straper/db/public/cron/cron.d/anacron new file mode 100644 index 0000000..57b33c5 --- /dev/null +++ b/straper/db/public/cron/cron.d/anacron @@ -0,0 +1,6 @@ +# /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 if [ -x /etc/init.d/anacron ] && ! [ -d /run/systemd/system ]; then exec /usr/sbin/invoke-rc.d anacron start >/dev/null; fi |
