summaryrefslogtreecommitdiff
path: root/files/sysconfig/git-daemon
blob: 92e66f2632458e9ac92e6e9372858e0b40c6a52b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# git-daemon config file

# location of the lockfile
#LOCKFILE=/var/lock/subsys/git-daemon

# which directory to server
#GITDIR=/srv/git

# do we serve vhosts?
# setting this to yes assumes that you 
# have in $GITDIR per vhost to serve
# a subdirectory containing their repos.
# for example:
# - /srv/git/git.example.com
# - /srv/git/git.example.org
#GITVHOST=no

# options for the daemon
#OPTIONS="--reuseaddr --verbose --detach"

# location of the daemon
#GITDAEMON=/usr/bin/git-daemon