9 lines
204 B
Desktop File
9 lines
204 B
Desktop File
|
|
[Unit]
|
|
Description=Remove unused podman resources spawned by drone runner
|
|
Wants=drone-runner-gc.timer
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/podman system prune --filter label=io.drone=true --volumes -f
|