blob: 356bb3d26d911ade96ea8fb7354951925a17bcb5 [file] [log] [blame]
Daniel Baumann74d7dd52010-10-18 11:53:58 +02001# 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
9GIT_DAEMON_ENABLE=false
10GIT_DAEMON_USER=gitdaemon
Jonathan Nieder0335ade2013-08-11 12:03:28 -070011GIT_DAEMON_BASE_PATH=/var/lib
Jonathan Nieder0b94ee82013-05-20 00:44:30 -070012GIT_DAEMON_DIRECTORY=/var/lib/git
Daniel Baumann74d7dd52010-10-18 11:53:58 +020013
14# Additional options that are passed to the Daemon.
15GIT_DAEMON_OPTIONS=""