Added time trigger to clean up failed docker images at noon

This commit is contained in:
2023-12-18 12:20:05 +01:00
parent 2be16a16f6
commit b47c6b5d8f
4 changed files with 27 additions and 1 deletions

View File

@@ -3,3 +3,10 @@
name: cleanup-failed-docker-backups.service
enabled: yes
daemon_reload: yes
- name: "restart cleanup-failed-docker-backups.timer"
systemd:
name: cleanup-failed-docker-backups.timer
state: restarted
enabled: yes
daemon_reload: yes