Skip to content

Commit 3488168

Browse files
committed
Merge pull request #529 from sselberg/dont-detach-upstart-git-daemon
Remove --detach from local-git-daemon.conf
2 parents 9af562d + ae89e10 commit 3488168

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ stop on shutdown
3737
exec /usr/bin/git daemon \
3838
--user=git --group=git \
3939
--reuseaddr \
40-
--detach \
4140
--base-path=/opt/git/ \
4241
/opt/git/
4342
respawn

0 commit comments

Comments
 (0)