We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a4a7c commit 44ec9b9Copy full SHA for 44ec9b9
contrib/systemd/gitea.service
@@ -51,8 +51,8 @@ Type=simple
51
User=git
52
Group=git
53
WorkingDirectory=/var/lib/gitea/
54
-# If using unix socket: Tells Systemd to create /run/gitea folder to home gitea.sock
55
-# 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)
56
#RuntimeDirectory=gitea
57
ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini
58
Restart=always
0 commit comments