2022-10-06 23:15:06 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Prune dangling podman images
|
|
|
|
Documentation=man:podman-image-prune(1)
|
2022-10-30 16:21:27 +01:00
|
|
|
After=podman-auto-update.service
|
2022-10-06 23:15:06 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStartPre=/usr/bin/podman container prune -f
|
|
|
|
ExecStart=/usr/bin/podman image prune -f
|
|
|
|
|
|
|
|
[Install]
|
2022-10-30 16:21:27 +01:00
|
|
|
WantedBy=podman-auto-update.service
|