diff --git a/playbooks/filesystem/common/etc/systemd/user/podman-image-prune.service b/playbooks/filesystem/common/etc/systemd/user/podman-image-prune.service index 7f967a3..d2408fc 100644 --- a/playbooks/filesystem/common/etc/systemd/user/podman-image-prune.service +++ b/playbooks/filesystem/common/etc/systemd/user/podman-image-prune.service @@ -1,11 +1,11 @@ [Unit] Description=Prune dangling podman images Documentation=man:podman-image-prune(1) -After=podman-auto-update.service +Before=podman-auto-update.service [Service] Type=oneshot -ExecStartPre=/usr/bin/podman container prune -f +ExecStart=/usr/bin/podman container prune -f ExecStart=/usr/bin/podman image prune -f [Install]