We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819c134 commit a572209Copy full SHA for a572209
templates/gitea.service.j2
@@ -4,7 +4,7 @@ After=network.target
4
5
[Service]
6
User={{ gitea_user }}
7
-ExecStart=/usr/local/bin/gitea web -c /etc/gitea/gitea.ini
+ExecStart=/usr/local/bin/gitea web -c /etc/gitea/gitea.ini --custom-path {{ gitea_home }}/custom/
8
Restart=on-failure
9
WorkingDirectory={{ gitea_home }}
10
{% if gitea_systemd_cap_net_bind_service %}
0 commit comments