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