diff options
author | Anthony Vanelverdinghe <anthonyv.be@outlook.com> | 2019-11-10 17:49:39 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-11-10 17:49:39 +0100 |
commit | 44ec9b933afe7a7c84e18ff525f377240d8dd4f0 (patch) | |
tree | 846bc71129b51e13762c9f114fe1ceffe8da1c99 /contrib/systemd | |
parent | Auto-subscribe user to repository when they commit/tag to it (#7657) (diff) | |
download | forgejo-44ec9b933afe7a7c84e18ff525f377240d8dd4f0.tar.xz forgejo-44ec9b933afe7a7c84e18ff525f377240d8dd4f0.zip |
Rephrase comment about RuntimeDirectory option (#8912)
Diffstat (limited to 'contrib/systemd')
-rw-r--r-- | contrib/systemd/gitea.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/systemd/gitea.service b/contrib/systemd/gitea.service index a69588893b..73e838c23b 100644 --- a/contrib/systemd/gitea.service +++ b/contrib/systemd/gitea.service @@ -51,8 +51,8 @@ Type=simple User=git Group=git 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. +# If using Unix socket: tells systemd to create the /run/gitea folder, which will contain the gitea.sock file +# (manually creating /run/gitea doesn't work, because it would not persist across reboots) #RuntimeDirectory=gitea ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini Restart=always |