computer-playbook/roles/cleanup-backups-timer/templates/cleanup-backups.timer.j2

11 lines
196 B
Plaintext
Raw Normal View History

2021-06-19 13:10:59 +02:00
[Unit]
Description=starts cleanup-backups.service
2021-06-19 13:10:59 +02:00
[Timer]
2023-04-15 17:06:10 +02:00
OnCalendar={{on_calendar_backups_cleanup}}
RandomizedDelaySec={{randomized_delay_sec}}
Persistent=true
2021-06-19 13:10:59 +02:00
[Install]
WantedBy=timers.target