From 9dd0aaaca05026a763333ef15da43f74890a50ad Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Tue, 9 Feb 2010 11:19:01 -0500 Subject: provide initial Debian compatibility for git and git::daemon classes --- files/config/CentOS/git-daemon | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/config/CentOS/git-daemon (limited to 'files/config/CentOS/git-daemon') diff --git a/files/config/CentOS/git-daemon b/files/config/CentOS/git-daemon new file mode 100644 index 0000000..a9b208c --- /dev/null +++ b/files/config/CentOS/git-daemon @@ -0,0 +1,26 @@ +# 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 + +# the user git-daemon should run with +#GITUSER=nobody + +# options for the daemon +#OPTIONS="--reuseaddr --verbose --detach" + +# location of the daemon +#GITDAEMON=/usr/bin/git-daemon + -- cgit v1.2.3