[Unit] Description=Podman systemctl helper socket service Documentation=man:systemctl(1) After=default.target [Service] Type=simple Restart=on-failure RestartSec=3s Environment=XDG_RUNTIME_DIR=/run/user/%U Environment=LOG_LEVEL=INFO ExecStart=/usr/bin/python3 %h/.config/podman-mvp/podman-helper/podman-helper.py StandardOutput=journal StandardError=journal [Install] WantedBy=default.target