Skip to content

Commit 44ec9b9

Browse files
anthonyvdotbetechknowlogick
authored andcommitted
Rephrase comment about RuntimeDirectory option (#8912)
1 parent 01a4a7c commit 44ec9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/systemd/gitea.service

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Type=simple
5151
User=git
5252
Group=git
5353
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.
54+
# If using Unix socket: tells systemd to create the /run/gitea folder, which will contain the gitea.sock file
55+
# (manually creating /run/gitea doesn't work, because it would not persist across reboots)
5656
#RuntimeDirectory=gitea
5757
ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini
5858
Restart=always

0 commit comments

Comments
 (0)