aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git/templates/etc_default_git-daemon.j2
blob: 36863c08aae84273a531c0493783ff4834066d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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=true
GIT_DAEMON_USER=git
GIT_DAEMON_BASE_PATH=/srv/gitolite/repositories
GIT_DAEMON_DIRECTORY=/srv/gitolite/repositories

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