summaryrefslogtreecommitdiffstats
path: root/debian/git-daemon-sysvinit.git-daemon.default
blob: 356bb3d26d911ade96ea8fb7354951925a17bcb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Defaults for git-daemon initscript
# sourced by /etc/init.d/git-daemon
# installed at /etc/default/git-daemon by the maintainer scripts

#
# This is a POSIX shell fragment
#

GIT_DAEMON_ENABLE=false
GIT_DAEMON_USER=gitdaemon
GIT_DAEMON_BASE_PATH=/var/lib
GIT_DAEMON_DIRECTORY=/var/lib/git

# Additional options that are passed to the Daemon.
GIT_DAEMON_OPTIONS=""