From 9cfd0c8c71d1c62cf826251349cb644574db7122 Mon Sep 17 00:00:00 2001 From: Michael Welch Date: Tue, 13 Jan 2015 15:34:20 -0600 Subject: [PATCH] Fix grammar Odd grammar introduced when Gitosis was removed in 9f852b8b0ee9dd06066bcb52923a9b913fa9e8fd --- 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 f3d6ec150..055ddd278 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 `git-shell` is using as. +For the sake of simplicity we'll simply run it as the same 'git' user that `git-shell` is running 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: