Skip to content

Commit ae89e10

Browse files
committed
Remove --detach from local-git-daemon.conf
--detach will fork and trigger an endless loop of respawns If --detach is used you probably want to specify expect fork[1] [1] http://upstart.ubuntu.com/cookbook/#expect-fork
1 parent 9af562d commit ae89e10

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)