view gitd @ 1168:3194a6366d43 draft

add forum.ano
author SeekingFor <nobody@nowhere>
date Tue, 08 Jul 2014 15:01:01 +0000
parents 93106436f24f
children
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)" --reuseaddr "$@"