diff options
Diffstat (limited to 'abs/core/git/git-daemon.conf')
-rw-r--r-- | abs/core/git/git-daemon.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/git/git-daemon.conf b/abs/core/git/git-daemon.conf new file mode 100644 index 0000000..a183733 --- /dev/null +++ b/abs/core/git/git-daemon.conf @@ -0,0 +1,4 @@ +# path to git repositories served +GIT_REPO="/srv/git/" +# see `man git-daemon` for all available options +GIT_DAEMON_ARGS="--detach --syslog --verbose --base-path=$GIT_REPO" |