mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 18:42:14 +08:00
6 lines
232 B
Plaintext
6 lines
232 B
Plaintext
# 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"
|