File: anacrontab

package info (click to toggle)
systemd-cron 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 636 kB
  • sloc: cpp: 2,599; sh: 962; makefile: 239; ansic: 133
file content (20 lines) | stat: -rw-r--r-- 670 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# /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
# 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