Mercurial > hg > anonet-resdb
diff 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 |
line wrap: on
line diff
--- a/gitd Thu Mar 08 17:10:06 2012 +0000 +++ b/gitd Tue Mar 13 21:07:29 2012 +0000 @@ -1,4 +1,4 @@ #!/bin/sh repodir="$(dirname $0)" touch "$repodir"/.git/git-daemon-export-ok -exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" +exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" --reuseaddr