xoxys.docker_tidy/templates/etc/systemd/system/tidy.timer.j2

10 lines
125 B
Plaintext
Raw Normal View History

2020-03-21 12:40:49 +01:00
[Unit]
2020-03-21 14:05:43 +01:00
Description=Docker GC
2020-03-21 12:40:49 +01:00
[Timer]
2020-03-21 14:05:43 +01:00
OnCalendar={{ dockertidy_interval }}
2020-03-21 12:40:49 +01:00
Persistent=true
[Install]
WantedBy=timers.target