1 # Defaults for git-daemon initscript
2 # sourced by /etc/init.d/git-daemon
3 # installed at /etc/default/git-daemon by the maintainer scripts
6 # This is a POSIX shell fragment
9 GIT_DAEMON_ENABLE=false
10 GIT_DAEMON_USER=gitdaemon
11 GIT_DAEMON_BASE_PATH=/var/lib
12 GIT_DAEMON_DIRECTORY=/var/lib/git
14 # Additional options that are passed to the Daemon.