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

@@ -0,0 +1,10 @@
[Unit]
Description=starts cleanup-failed-docker-backups.service
[Timer]
OnCalendar={{on_calendar_cleanup_failed_docker}}
RandomizedDelaySec={{randomized_delay_sec}}
Persistent=true
[Install]
WantedBy=timers.target