File: anacrontab

package info (click to toggle)
systemd-cron 1.5.14-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 300 kB
  • sloc: python: 928; sh: 320; makefile: 209; ansic: 116
file content (21 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (5)
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