view gitd @ 1198:93f2650b65c0 draft

added a small tweak to whoisd to show current commit of resdb in whoisd. added and change angelica's resources.
author epoch <epoch@hacking.allowed.ano>
date Tue, 21 Mar 2017 02:16:12 +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 "$@"