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