Diffstat (limited to 'dev-util/git/files/git-daemon.xinetd') (more/less context) (ignore whitespace changes)
-rw-r--r-- | dev-util/git/files/git-daemon.xinetd | 13 |
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..a0748b2 --- a/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-daemon + server_args = --inetd --syslog --export-all --base-path=/var/git +} |