You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/04-git-server/sections/git-daemon.asc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ respawn
41
41
----
42
42
43
43
For security reasons, it is strongly encouraged to have this daemon run as a user with read-only permissions to the repositories – you can easily do this by creating a new user 'git-ro' and running the daemon as them.
44
-
For the sake of simplicity we'll simply run it as the same 'git' user that `git-shell` is using as.
44
+
For the sake of simplicity we'll simply run it as the same 'git' user that `git-shell` is running as.
45
45
46
46
When you restart your machine, your Git daemon will start automatically and respawn if it goes down.
47
47
To get it running without having to reboot, you can run this:
0 commit comments