/etc/anacrontab is in systemd-cron 1.3.1+ds1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # /etc/anacrontab: configuration file for anacron
# See anacrontab(5) for details.
# Start jobs at 6 o'clock
# instead of midnight
#START_HOURS_RANGE=6
#days delay job-id command
#1 5 cron.daily run-parts --report /etc/cron.daily
#7 10 cron.weekly run-parts --report /etc/cron.weekly
#@monthly 15 cron.monthly run-parts --report /etc/cron.monthly
# when using systemd-cron these 3 standard jobs are disabled
# and replaced by corresponding native systemd units
# cron-(daily,weekly,monthly).timer & cron-(daily,weekly,monthly).service
# that uses persistent timers to ensure that executions missed because
# the system was off are run after boot
#
# these 3 records are left here as a reference on how
# to write an anacrontab
|