blob: 3f9a12060af8abc2718b07d3cff267ebd4de6cb6 (
plain)
1
2
3
4
5
|
# path to git repositories served
GIT_REPO="/srv/git/"
# see `man git-daemon` for all available options
# $GIT_REPO will be present twice in most configs
GIT_DAEMON_ARGS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"
|