12 lines
220 B
SYSTEMD
12 lines
220 B
SYSTEMD
[Unit]
|
|
Description=Remove unused podman resources spawned by drone runner
|
|
Requires=drone-runner-gc.service
|
|
|
|
[Timer]
|
|
Unit=drone-runner-gc.service
|
|
OnCalendar=hourly
|
|
RandomizedDelaySec=600
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|