Skip to content

Commit 9f852b8

Browse files
committed
remove Gitosis
Progit2 no longer talks about Gitosis so that it is little bit wierd.
1 parent 24f7e82 commit 9f852b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/git-daemon.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ respawn
4141
----
4242

4343
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 Gitosis is running as.
44+
For the sake of simplicity we'll simply run it as the same 'git' user that `git-shell` is using as.
4545

4646
When you restart your machine, your Git daemon will start automatically and respawn if it goes down.
4747
To get it running without having to reboot, you can run this:

0 commit comments

Comments
 (0)