diff --git a/files/systemd/actrunner@.service b/files/systemd/actrunner@.service index d0d94fc..0be9469 100644 --- a/files/systemd/actrunner@.service +++ b/files/systemd/actrunner@.service @@ -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 diff --git a/files/systemd/gitea.service b/files/systemd/gitea.service index 537495e..2430974 100644 --- a/files/systemd/gitea.service +++ b/files/systemd/gitea.service @@ -9,7 +9,7 @@ User=gitea Group=gitea WorkingDirectory=/var/lib/gitea/ Environment=GITEA_WORK_DIR=/var/lib/gitea -ExecStart=/usr/sbin/gitea_web_notify +ExecStart=gitea_web_notify Restart=always NotifyAccess=all