From b226af63cdb027ec23539cd27ce27b17f1789e12 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Tue, 8 Aug 2023 21:36:35 +0200 Subject: [PATCH] Update gitea.service.j2 Signed-off-by: Jens Timmerman --- templates/gitea.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitea.service.j2 b/templates/gitea.service.j2 index ade38a7..e47ee6d 100644 --- a/templates/gitea.service.j2 +++ b/templates/gitea.service.j2 @@ -5,7 +5,7 @@ After=network.target [Service] User={{ gitea_user }} Group={{ gitea_group }} -ExecStart={{ gitea_full_executable_path }} web --config {{ gitea_configuration_path }}/gitea.ini --custom-path {{ gitea_custom }}/ +ExecStart={{ gitea_full_executable_path }} web --config {{ gitea_configuration_path }}/gitea.ini --custom-path {{ gitea_custom }}/ --work-path {{ gitea_home }} Restart=on-failure WorkingDirectory={{ gitea_home }} {% if gitea_systemd_cap_net_bind_service %}