11 lines
158 B
SYSTEMD
11 lines
158 B
SYSTEMD
[Unit]
|
|
Description=Run daily image cleanup
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
RandomizedDelaySec=6000
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|