mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
9 lines
153 B
SYSTEMD
9 lines
153 B
SYSTEMD
[Unit]
|
|
Description=Run docker-cleanup-dangling-images.service daily
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 10:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|