From 0b153a7a2837d5ac076c0a3420db8cdbd0ab00bc Mon Sep 17 00:00:00 2001 From: Benoit Garcia Date: Tue, 9 May 2023 14:46:26 +0200 Subject: [PATCH] chore(syntax): Always use parameters long form. --- 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 1db7f85..76a12a1 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 -c {{ gitea_configuraion_path }}/gitea.ini --custom-path {{ gitea_custom }}/ +ExecStart={{ gitea_full_executable_path }} web --config {{ gitea_configuraion_path }}/gitea.ini --custom-path {{ gitea_custom }}/ Restart=on-failure WorkingDirectory={{ gitea_home }} {% if gitea_systemd_cap_net_bind_service %}