Files
gitea-runner-rpm/gitea-runner.service
demus 8b38be7370
Build and provide rpm of the Gitea runner / Start build on COPR (f44) (release) Successful in 3m51s
Build and provide rpm of the Gitea runner / Start build on COPR (rawhide) (release) Successful in 3m53s
Missed act-runner -> gitea-runner renames
Also a path correction
2026-05-30 12:42:42 +02:00

24 lines
531 B
Desktop File

[Unit]
Description=Gitea Actions runner using docker
Documentation=https://gitea.com/gitea/runner
After=docker.service gitea.service
[Service]
User=gitea-runner
ExecStart=/usr/bin/gitea-runner daemon -c /etc/gitea-runner/config.yaml
ExecReload=/bin/kill -s HUP $MAINPID
WorkingDirectory=~
Environment=DOCKER_HOST=unix:///run/docker.sock
Type=exec
TimeoutStartSec=30
TimeoutStopSec=120
Restart=always
RestartSec=5
RestartMaxDelaySec=60
RestartSteps=3
StartLimitBurst=30
StartLimitIntervalSec=180
[Install]
WantedBy=default.target