Sync from SUSE:ALP:Source:Standard:1.0 git revision e85b38181834d05e73a3448dc33c3674

This commit is contained in:
2023-12-28 01:08:34 +01:00
commit 366b5dd2a2
20 changed files with 6122 additions and 0 deletions

34
sysconfig.git-daemon Normal file
View File

@@ -0,0 +1,34 @@
## 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=""
## Type: string
## Default:
#
# defaults to "git-daemon" if not set
#
# User to run git-daemon as.
GIT_DAEMON_USER=""
## Type: string
## Default:
#
# defaults to "git-daemon" if not set
#
# Group to run git-daemon as.
GIT_DAEMON_GROUP=""