fix: remove path for binaries in unit files
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
This commit is contained in:
@@ -4,8 +4,8 @@ Documentation=https://gitea.com/gitea/act_runner
|
||||
After=gitea.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/act_runner daemon
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
ExecStart=act_runner daemon
|
||||
ExecReload=kill -s HUP $MAINPID
|
||||
WorkingDirectory=/var/lib/actrunner%i
|
||||
TimeoutSec=0
|
||||
RestartSec=10
|
||||
|
||||
Reference in New Issue
Block a user