ansible-edda/plays/services/roles/system_setup/files/auto_update/podman-image-prune.service

13 lines
289 B
Desktop File

[Unit]
Description=Prune dangling podman images
Documentation=man:podman-image-prune(1)
Before=pod-service-auto-update.service
[Service]
Type=oneshot
ExecStart=/usr/bin/podman container prune -f
ExecStart=/usr/bin/podman image prune -f
[Install]
WantedBy=pod-service-auto-update.service