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 666616b commit b226af6Copy full SHA for b226af6
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 --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 }}
9
Restart=on-failure
10
WorkingDirectory={{ gitea_home }}
11
{% if gitea_systemd_cap_net_bind_service %}
0 commit comments