Skip to content

Commit a572209

Browse files
committed
fix custom path
1 parent 819c134 commit a572209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gitea.service.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After=network.target
44

55
[Service]
66
User={{ gitea_user }}
7-
ExecStart=/usr/local/bin/gitea web -c /etc/gitea/gitea.ini
7+
ExecStart=/usr/local/bin/gitea web -c /etc/gitea/gitea.ini --custom-path {{ gitea_home }}/custom/
88
Restart=on-failure
99
WorkingDirectory={{ gitea_home }}
1010
{% if gitea_systemd_cap_net_bind_service %}

0 commit comments

Comments
 (0)