Skip to content

Commit 26c829e

Browse files
authored
one sentence per line
1 parent 0600ca0 commit 26c829e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,14 @@ Group=git
4646
WantedBy=multi-user.target
4747
----
4848

49-
You might have noticed that Git daemon is started here with `git` as both group and user. Modify it to fit your needs. Make sure provided user exists on the system.
49+
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.
5052

5153
Finally, you'll run `systemctl enable git-daemon` to automatically start the service on boot, and the usual service commands like `service start` and `service stop` are instantly available.
5254

53-
Until LTS 14.04, Ubuntu used upstart service unit configuration. Therefore, on Ubuntu <= 14.04 you can use an Upstart script.
55+
Until LTS 14.04, Ubuntu used upstart service unit configuration.
56+
Therefore, on Ubuntu <= 14.04 you can use an Upstart script.
5457
So, in the following file
5558

5659
[source,console]

0 commit comments

Comments
 (0)