summaryrefslogtreecommitdiff
path: root/files/xinetd.d/git.vhosts
diff options
context:
space:
mode:
Diffstat (limited to 'files/xinetd.d/git.vhosts')
-rw-r--r--files/xinetd.d/git.vhosts16
1 files changed, 0 insertions, 16 deletions
diff --git a/files/xinetd.d/git.vhosts b/files/xinetd.d/git.vhosts
deleted file mode 100644
index 98938206..00000000
--- a/files/xinetd.d/git.vhosts
+++ /dev/null
@@ -1,16 +0,0 @@
-# default: off
-# description: The git dæmon allows git repositories to be exported using
-# the git:// protocol.
-
-service git
-{
- disable = no
- socket_type = stream
- wait = no
- user = nobody
- server = /usr/bin/git-daemon
- server_args = --interpolated-path=/srv/git/%H/%D --syslog --inetd --verbose
- log_on_failure += USERID
-# xinetd doesn't do this by default. bug #195265
- flags = IPv6
-}