added helper

This commit is contained in:
2026-03-22 14:39:38 +01:00
parent 7d2c205930
commit e922cea167
4 changed files with 284 additions and 143 deletions
+21
View File
@@ -0,0 +1,21 @@
[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