13 lines
281 B
Desktop File
13 lines
281 B
Desktop File
[Unit]
|
|
Description=Prune dangling podman images
|
|
Documentation=man:podman-image-prune(1)
|
|
After=podman-auto-update.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStartPre=/usr/bin/podman container prune -f
|
|
ExecStart=/usr/bin/podman image prune -f
|
|
|
|
[Install]
|
|
WantedBy=podman-auto-update.service
|