Skip to content

Commit

Permalink
Explicity indicate the socket unit to use the service unit "gitea.ser…
Browse files Browse the repository at this point in the history
…vice" (#8804)

* rename socket file, make example more precise, use long parameter name

* correct path

* use the correct path to the configuration file according to the documentation

* rename the socket unit back to 'gitea.main.socket', explicitly indicate that the socket unit should use the service file 'gitea.service'
  • Loading branch information
keks24 authored and lunny committed Nov 4, 2019
1 parent a966a02 commit 2282c65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/systemd/gitea.service
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ After=network.target
## PartOf=gitea.service
##
## [Socket]
## ListenStream=
## Service=gitea.service
## ListenStream=<some_port>
## NoDelay=true
##
## [Install]
Expand All @@ -53,7 +54,7 @@ WorkingDirectory=/var/lib/gitea/
# If using unix socket: Tells Systemd to create /run/gitea folder to home gitea.sock
# Manual cration would vanish after reboot.
#RuntimeDirectory=gitea
ExecStart=/usr/local/bin/gitea web -c /etc/gitea/app.ini
ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini
Restart=always
Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/gitea
# If you want to bind Gitea to a port below 1024, uncomment
Expand Down

0 comments on commit 2282c65

Please sign in to comment.