git.forsaken-ashbirds.net/docs/forgejo-runner.service

17 lines
439 B
Desktop File

[Unit]
Description=Forgejo Runner
Documentation=https://forgejo.org/docs/latest/admin/actions/
After=podman-socket.service
[Service]
ExecStart=/home/forgejo-runner/.local/bin/forgejo-runner daemon -c /home/forgejo-runner/config.yml
ExecReload=/bin/kill -s HUP $MAINPID
WorkingDirectory=/home/forgejo-runner
EnvironmentFile=/home/forgejo-runner/.runner-env
Restart=on-failure
TimeoutSec=0
RestartSec=10
[Install]
WantedBy=default.target