mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 13:14:48 +08:00
5 lines
172 B
Plaintext
5 lines
172 B
Plaintext
# path to git repositories served
|
|
GIT_REPO="/srv/git/"
|
|
# see `man git-daemon` for all available options
|
|
GIT_DAEMON_ARGS="--detach --syslog --verbose --base-path=$GIT_REPO"
|