Files
gitea-runner-rpm/gitea-runner.service
T
demusanddemus ab72743bcc
Build and provide rpm of the Gitea runner / Start build on COPR (f44) (release) Successful in 2m11s
Build and provide rpm of the Gitea runner / Start build on COPR (rawhide) (release) Successful in 2m25s
Release 1.0.0 (#9)
Rename from act-runner to gitea-runner.
The upstream projects changed name from act_runner to runner.

Reviewed-on: http://git.demus.dk/demus/gitea-runner-rpm/pulls/9
Co-authored-by: Daniel Demus <daniel@demus.dk>
Co-committed-by: Daniel Demus <daniel@demus.dk>
2026-05-29 00:53:11 +02:00

24 lines
529 B
Desktop File

[Unit]
Description=Gitea Actions runner using docker
Documentation=https://gitea.com/gitea/runner
After=docker.service gitea.service
[Service]
User=act-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