summaryrefslogtreecommitdiff
path: root/files/sysconfig
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-08 21:03:40 +0000
committermh <mh@immerda.ch>2009-01-08 21:03:40 +0000
commita28669485770e6bf62adba52793b6d193ea88b76 (patch)
tree38db3fe1989f0522f7fdefedb9d9fd4d251f5c52 /files/sysconfig
parent147a631c625c6c0eb7b8dcc88a2e068d7a5eb70e (diff)
introducing git-daemon
Diffstat (limited to 'files/sysconfig')
-rw-r--r--files/sysconfig/git-daemon23
-rw-r--r--files/sysconfig/git-daemon.vhosts24
2 files changed, 47 insertions, 0 deletions
diff --git a/files/sysconfig/git-daemon b/files/sysconfig/git-daemon
new file mode 100644
index 0000000..92e66f2
--- /dev/null
+++ b/files/sysconfig/git-daemon
@@ -0,0 +1,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
+
diff --git a/files/sysconfig/git-daemon.vhosts b/files/sysconfig/git-daemon.vhosts
new file mode 100644
index 0000000..dce800f
--- /dev/null
+++ b/files/sysconfig/git-daemon.vhosts
@@ -0,0 +1,24 @@
+# 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
+GITVHOST=yes
+
+# options for the daemon
+#OPTIONS="--reuseaddr --verbose --detach"
+
+# location of the daemon
+#GITDAEMON=/usr/bin/git-daemon
+