Missed act-runner -> gitea-runner renames
Also a path correction
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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=~
|
||||
|
||||
Reference in New Issue
Block a user