Update configuration.nix
deploy config / Explore-Gitea-Actions (push) Failing after 2s
Details
deploy config / Explore-Gitea-Actions (push) Failing after 2s
Details
This commit is contained in:
parent
51e8c80712
commit
6d217fb088
|
|
@ -134,6 +134,9 @@
|
||||||
services = {
|
services = {
|
||||||
"gitea-actions-runner" = {
|
"gitea-actions-runner" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
environment = {
|
||||||
|
"PATH=/home/someUser/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin";
|
||||||
|
};
|
||||||
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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue