Suppression : vm_hosted : rule_xinetd_configure .
[lhc/ateliers.git] / etc / xinetd.d / git
diff --git a/etc/xinetd.d/git b/etc/xinetd.d/git
deleted file mode 100644 (file)
index 2501692..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-service git
- {
-       disable        = no
-       env            =
-       group          = git-daemon
-       groups         = no
-       id             = git
-       instances      = 5
-       log_on_failure += HOST
-       log_on_success += PID HOST DURATION
-       max_load       = 5
-       passenv        =
-       port           = 9418
-       protocol       = tcp
-       server         = /usr/bin/git
-       server_args    = daemon --inetd --verbose --base-path=/home/git/pub/git --interpolated-path=/home/git/srv/git/%H%D --syslog --user-path=pub/git -- /home/git/pub/git
-       socket_type    = stream
-       type           = UNLISTED
-       user           = git-daemon
-       wait           = no
- }