11 lines
152 B
SYSTEMD
11 lines
152 B
SYSTEMD
[Unit]
|
|
Description=Stale containers
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
RandomizedDelaySec=6000
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|