ubuntu-22.04.3-desktop-amd64/casper/filesystem/etc/cron.d/anacron

6 lines
219 B
Plaintext

# /etc/cron.d/anacron: crontab entries for the anacron package
SHELL=/bin/sh
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