09234a154d
Copy from devel:tools:scm/git based on submit request 49174 from user coolo OBS-URL: https://build.opensuse.org/request/show/49174 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgit?expand=0&rev=1
19 lines
356 B
Plaintext
19 lines
356 B
Plaintext
## 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=""
|