From 9f852b8b0ee9dd06066bcb52923a9b913fa9e8fd Mon Sep 17 00:00:00 2001 From: Changwoo Park Date: Tue, 13 Jan 2015 00:19:32 +0900 Subject: [PATCH] remove Gitosis Progit2 no longer talks about Gitosis so that it is little bit wierd. --- book/04-git-server/sections/git-daemon.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/04-git-server/sections/git-daemon.asc b/book/04-git-server/sections/git-daemon.asc index 0268d690b..f3d6ec150 100644 --- a/book/04-git-server/sections/git-daemon.asc +++ b/book/04-git-server/sections/git-daemon.asc @@ -41,7 +41,7 @@ respawn ---- 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. -For the sake of simplicity we'll simply run it as the same 'git' user that Gitosis is running as. +For the sake of simplicity we'll simply run it as the same 'git' user that `git-shell` is using as. When you restart your machine, your Git daemon will start automatically and respawn if it goes down. To get it running without having to reboot, you can run this: