1
deploy config / Explore-Gitea-Actions (push) Failing after 3s Details

This commit is contained in:
Tom 2024-10-14 21:09:37 +02:00
parent f29254f161
commit 4479f94c46
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
"gitea-actions-runner" = { "gitea-actions-runner" = {
enable = true; enable = true;
serviceConfig = { serviceConfig = {
ExecStart = "/root/runner/act_runner daemon"; ExecStart = "/root/runner/act_runner daemon &";
ExecReload = "/bin/kill -s HUP $MAINPID"; ExecReload = "/bin/kill -s HUP $MAINPID";
WorkingDirectory = "/root/runner"; WorkingDirectory = "/root/runner";
TimeoutSec = 0; TimeoutSec = 0;