Skip to content

Commit

Permalink
Merge pull request #116 from JensTimmerman/JensTimmerman-patch-1
Browse files Browse the repository at this point in the history
set --work-path
  • Loading branch information
DO1JLR authored Aug 9, 2023
2 parents 666616b + b226af6 commit 0c518bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gitea.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=network.target
[Service]
User={{ gitea_user }}
Group={{ gitea_group }}
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 }}
Restart=on-failure
WorkingDirectory={{ gitea_home }}
{% if gitea_systemd_cap_net_bind_service %}
Expand Down

0 comments on commit 0c518bf

Please sign in to comment.