summaryrefslogtreecommitdiff
path: root/dev-vcs/git/files/git-daemon.xinetd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-01-31 12:17:34 +0200
committerV3n3RiX <venerix@rogentos.ro>2015-01-31 12:17:34 +0200
commit9eb46a5d6a8e0042d69684de4f0109da3184fbb6 (patch)
tree0bac21bba74f9739cbd6b26b8a26a2b6cad1868b /dev-vcs/git/files/git-daemon.xinetd
parentb9942d7d0b85222a2c9c5bc8a034e99f6af0443c (diff)
parent986aa85f934aeba29adffe4acf1afb7b445aa14f (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'dev-vcs/git/files/git-daemon.xinetd')
-rw-r--r--dev-vcs/git/files/git-daemon.xinetd13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-vcs/git/files/git-daemon.xinetd b/dev-vcs/git/files/git-daemon.xinetd
new file mode 100644
index 00000000..02c938d4
--- /dev/null
+++ b/dev-vcs/git/files/git-daemon.xinetd
@@ -0,0 +1,13 @@
+service git-daemon
+{
+ disable = yes
+ socket_type = stream
+ wait = no
+ user = nobody
+ type = UNLISTED
+ protocol = tcp
+ log_on_failure += USERID
+ port = 9418
+ server = /usr/bin/git
+ server_args = daemon --inetd --syslog --export-all --base-path=/var/git
+}