Skip to content

Commit ce3332b

Browse files
authored
Contracts three paragraphs, one style improvement.
As per @ben's suggestion, the three paragraphs dealing with adapting the systemd config to the system at hand have been compounded into one. I also got rid of a double "make sure" for style.
1 parent cfe36b5 commit ce3332b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ WantedBy=multi-user.target
4747
----
4848

4949
You might have noticed that Git daemon is started here with `git` as both group and user.
50-
51-
Modify it to fit your needs and make sure provided user exists on the system.
52-
53-
Also, make sure that the Git binary is indeed located at `/usr/bin/git` and change the path if necessary.
50+
Modify it to fit your needs and make sure the provided user exists on the system.
51+
Also, check that the Git binary is indeed located at `/usr/bin/git` and change the path if necessary.
5452

5553
Finally, you'll run `systemctl enable git-daemon` to automatically start the service on boot, and can start and stop the service with, respectively, `systemctl start git-daemon` and `systemctl stop git-daemon`.
5654

0 commit comments

Comments
 (0)