fix custom path

This commit is contained in:
genofire 2020-09-18 15:46:50 +00:00
parent df36a413ec
commit ab20cba1c7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ After=network.target
[Service]
User={{ gitea_user }}
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/
Restart=on-failure
WorkingDirectory={{ gitea_home }}
{% if gitea_systemd_cap_net_bind_service %}