OBS User unknown
2008-06-23 19:54:16 +00:00
committed by Git OBS Bridge
parent 86aaceb23f
commit 2052a56aaf
4 changed files with 211 additions and 5 deletions

18
sysconfig.git-daemon Normal file
View File

@@ -0,0 +1,18 @@
## Path: Network/git-daemon
## Description: git daemon configuration
## ServiceRestart: git-daemon
## Type: string
## Default:
#
# base path for exported directories
#
# defaults to "/srv/git" if not set
#
GIT_DAEMON_BASE_PATH=""
## Type: string
## Default:
#
# additional arguments for git-daemon. See manual page
GIT_DAEMON_ARGS=""