File sysconfig.git-daemon of Package git (Revision 92b9429baf641b7bd2cebbb2fc4c3e9b)
Currently displaying revision 92b9429baf641b7bd2cebbb2fc4c3e9b, show latest
1
## Path: Network/git-daemon
2
## Description: git daemon configuration
3
## ServiceRestart: git-daemon
4
5
## Type: string
6
## Default:
7
#
8
# base path for exported directories
9
#
10
# defaults to "/srv/git" if not set
11
#
12
GIT_DAEMON_BASE_PATH=""
13
14
## Type: string
15
## Default:
16
#
17
# additional arguments for git-daemon. See manual page
18
GIT_DAEMON_ARGS=""
19