15 lines
320 B
Desktop File
15 lines
320 B
Desktop File
[Unit]
|
|
Description=Podman API socket for Gitea Act Runner
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
User=gitea-runner
|
|
RuntimeDirectory=gitea-runner/podman
|
|
ExecStart=/usr/bin/podman system service --time=0 unix:///run/gitea-runner/podman/podman.sock
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|