Mercurial > hg > anonet-resdb
comparison gitd @ 935:fb73b7e956ec draft
gitd uses --reuseaddr
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Tue, 13 Mar 2012 21:07:29 +0000 |
parents | 17b7c922f9fb |
children | 93106436f24f |
comparison
equal
deleted
inserted
replaced
934:4d0a57ebab5d | 935:fb73b7e956ec |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 repodir="$(dirname $0)" | 2 repodir="$(dirname $0)" |
3 touch "$repodir"/.git/git-daemon-export-ok | 3 touch "$repodir"/.git/git-daemon-export-ok |
4 exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" | 4 exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" --reuseaddr |