blob: 3c03fb26ffe5c4b3d59f4677da37459de3237512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Defaults for git-daemon initscript
# sourced by /etc/init.d/git-daemon
# {{ ansible_managed }}
#
# This is a POSIX shell fragment
#
GIT_DAEMON_ENABLE=true
GIT_DAEMON_USER=git
GIT_DAEMON_BASE_PATH=/srv/gitolite/repositories
GIT_DAEMON_DIRECTORY=/srv/gitolite/repositories
# Additional options that are passed to the Daemon.
GIT_DAEMON_OPTIONS=""
|