summaryrefslogtreecommitdiff
path: root/dev-util/git/files/git-daemon.xinetd
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@thenautilus.net>2009-09-17 16:54:34 +0000
committerGianni Ceccarelli <dakkar@thenautilus.net>2009-09-17 16:54:34 +0000
commita80e656be637446872c9ccfe8ecc3335ca0cef18 (patch)
tree1ebaabf957ebb901f763fee7834ddc8aed9c9fdb /dev-util/git/files/git-daemon.xinetd
parentfix manifest (diff)
downloadgentoo-overlay-a80e656be637446872c9ccfe8ecc3335ca0cef18.tar.gz
gentoo-overlay-a80e656be637446872c9ccfe8ecc3335ca0cef18.tar.bz2
gentoo-overlay-a80e656be637446872c9ccfe8ecc3335ca0cef18.zip
new git version
I need it for the new cgit
Diffstat (limited to 'dev-util/git/files/git-daemon.xinetd')
-rw-r--r--dev-util/git/files/git-daemon.xinetd13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/git/files/git-daemon.xinetd b/dev-util/git/files/git-daemon.xinetd
new file mode 100644
index 0000000..02c938d
--- /dev/null
+++ b/dev-util/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
+}