f
This commit is contained in:
parent
5a660a8b02
commit
2332546cf0
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
mode: "0644"
|
||||
notify:
|
||||
- systemctl daemon-reload
|
||||
- Start timer
|
||||
|
||||
- name: Enable Units
|
||||
become: true
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Description=Timer for docker_housekeeping backups.
|
||||
|
||||
[Timer]
|
||||
# https://wiki.archlinux.org/title/systemd/Timers
|
||||
# https://wiki.archlinux.org/title/systemd/Timers ff
|
||||
OnCalendar={{ docker_housekeeping_schedule }}
|
||||
RandomizedDelaySec=30 min
|
||||
|
||||
|
|
Loading…
Reference in a new issue