Skip to content

Commit b226af6

Browse files
author
Jens Timmerman
authored
Update gitea.service.j2
Signed-off-by: Jens Timmerman <[email protected]>
1 parent 666616b commit b226af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gitea.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=network.target
55
[Service]
66
User={{ gitea_user }}
77
Group={{ gitea_group }}
8-
ExecStart={{ gitea_full_executable_path }} web --config {{ gitea_configuration_path }}/gitea.ini --custom-path {{ gitea_custom }}/
8+
ExecStart={{ gitea_full_executable_path }} web --config {{ gitea_configuration_path }}/gitea.ini --custom-path {{ gitea_custom }}/ --work-path {{ gitea_home }}
99
Restart=on-failure
1010
WorkingDirectory={{ gitea_home }}
1111
{% if gitea_systemd_cap_net_bind_service %}

0 commit comments

Comments
 (0)