debian: git-daemon-sysvinit: Depend lsb-base (>= 3.0-6)
[git/debian/andersk.git] / debian / git-daemon-sysvinit.git-daemon.default
blob356bb3d26d911ade96ea8fb7354951925a17bcb5
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.
15 GIT_DAEMON_OPTIONS=""