diff options
Diffstat (limited to 'abs/extra/git/git-daemon.conf')
-rw-r--r-- | abs/extra/git/git-daemon.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/extra/git/git-daemon.conf b/abs/extra/git/git-daemon.conf new file mode 100644 index 0000000..3f9a120 --- /dev/null +++ b/abs/extra/git/git-daemon.conf @@ -0,0 +1,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" |