]> source.dussan.org Git - gitea.git/commitdiff
Rephrase comment about RuntimeDirectory option (#8912)
authorAnthony Vanelverdinghe <anthonyv.be@outlook.com>
Sun, 10 Nov 2019 16:49:39 +0000 (17:49 +0100)
committertechknowlogick <techknowlogick@gitea.io>
Sun, 10 Nov 2019 16:49:39 +0000 (11:49 -0500)
contrib/systemd/gitea.service

index a69588893b29a20caae9e17a23317b6c3c35b6b5..73e838c23bfc82fecf6f61ccb9dd4c40465d219a 100644 (file)
@@ -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