view gitd @ 907:8b28a5f63600 draft

Merge commit 'e8cb9da4f1c911c1ce9eda54e92404dc95a7b648'
author Nick <nick@somerandomnick.ano>
date Sun, 29 Jan 2012 09:22:15 +0000
parents 17b7c922f9fb
children fb73b7e956ec
line wrap: on
line source

#!/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)"