Files
gitea-runner-rpm/gitea-runner-rootless.service
T
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

31 lines
709 B
Desktop File

[Unit]
Description=Gitea Actions runner using rootless docker
Documentation=https://gitea.com/gitea/runner
After=dockerd-rootless-user.service gitea.service
[Service]
Environment=XDG_RUNTIME_DIR=/run/user/%U
Environment=DOCKER_HOST=unix:///run/user/%U/docker.sock
ExecStart=/usr/bin/gitea-runner daemon -c %h/runner/config.yaml
ExecReload=/bin/kill -s HUP $MAINPID
Type=exec
WorkingDirectory=%h/runner
TimeoutStartSec=30
TimeoutStopSec=120
Restart=always
RestartSec=5
RestartMaxDelaySec=60
RestartSteps=3
StartLimitBurst=30
StartLimitIntervalSec=180
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
TasksMax=infinity
Delegate=yes
NotifyAccess=all
KillMode=mixed
[Install]
WantedBy=default.target