We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c2f66 commit 0b153a7Copy full SHA for 0b153a7
templates/gitea.service.j2
@@ -5,7 +5,7 @@ After=network.target
5
[Service]
6
User={{ gitea_user }}
7
Group={{ gitea_group }}
8
-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 }}/
9
Restart=on-failure
10
WorkingDirectory={{ gitea_home }}
11
{% if gitea_systemd_cap_net_bind_service %}
0 commit comments