From a6fb133216396c867eb296d5e4784d385fa42d28 Mon Sep 17 00:00:00 2001 From: samuel Date: Sun, 12 Apr 2026 17:59:01 +0200 Subject: [PATCH] fix: remove path for binaries in unit files --- files/systemd/actrunner@.service | 4 ++-- files/systemd/gitea.service | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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