ansible-edda/playbooks/filesystem/common/var/lib/_hostname/home/_service_user_name/.config/systemd/user/podman-image-prune.service

12 lines
239 B
SYSTEMD
Raw Normal View History

2022-10-06 23:15:06 +02:00
[Unit]
Description=Prune dangling podman images
Documentation=man:podman-image-prune(1)
[Service]
Type=oneshot
ExecStartPre=/usr/bin/podman container prune -f
ExecStart=/usr/bin/podman image prune -f
[Install]
WantedBy=multi-user.target