ansible-edda/playbooks/filesystem/common/etc/systemd/user/podman-image-prune.service

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