[Unit] Description=Podman User Service [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/podman start --all ExecStop=/usr/bin/podman stop --all Restart=/usr/bin/podman restart --all