Missed act-runner -> gitea-runner renames
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

Also a path correction
This commit is contained in:
2026-05-30 12:42:42 +02:00
parent a29be2290c
commit 8b38be7370
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ 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/gitea-runner
WorkingDirectory=%h/runner
TimeoutStartSec=30
TimeoutStopSec=120
Restart=always
+1 -1
View File
@@ -4,7 +4,7 @@ Documentation=https://gitea.com/gitea/runner
After=docker.service gitea.service
[Service]
User=act-runner
User=gitea-runner
ExecStart=/usr/bin/gitea-runner daemon -c /etc/gitea-runner/config.yaml
ExecReload=/bin/kill -s HUP $MAINPID
WorkingDirectory=~