Edit file File name : podman-auto-update.service Content :[Unit] Description=Podman auto-update service Documentation=man:podman-auto-update(1) Wants=network-online.target After=network-online.target [Service] Type=oneshot ExecStart=/usr/bin/podman auto-update ExecStartPost=/usr/bin/podman image prune -f [Install] WantedBy=default.target Save