move "the real files" to top level so they don't interfere with debhelper
[debian/git-daemon] / default
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
4
5 #
6 # This is a POSIX shell fragment
7 #
8
9 GIT_DAEMON_ENABLE=false
10 GIT_DAEMON_USER=gitdaemon
11 GIT_DAEMON_DIRECTORY=/var/cache/git
12
13 # Additional options that are passed to the Daemon.
14 GIT_DAEMON_OPTIONS=""