22 lines
460 B
Desktop File
22 lines
460 B
Desktop File
[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
|
|
ExecStopPost=-/bin/rm -f ${XDG_RUNTIME_DIR}/podman-helper.sock
|
|
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=default.target
|