diff options
| author | Todd Zullinger <tmz@pobox.com> | 2008-03-17 15:39:12 -0400 |
|---|---|---|
| committer | Todd Zullinger <tmz@pobox.com> | 2008-03-17 15:39:12 -0400 |
| commit | 5babbf84a3f98003a9443fe04fdc0df64eea97a9 (patch) | |
| tree | d6ff9cdbaa6d25e5512044cbf174930966c3d902 /git.xinetd | |
| download | git-package-5babbf84a3f98003a9443fe04fdc0df64eea97a9.tar.gz git-package-5babbf84a3f98003a9443fe04fdc0df64eea97a9.tar.xz git-package-5babbf84a3f98003a9443fe04fdc0df64eea97a9.zip | |
initial import from CVS tag git-1_5_4_4-1_fc9
Diffstat (limited to 'git.xinetd')
| -rw-r--r-- | git.xinetd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/git.xinetd b/git.xinetd new file mode 100644 index 0000000..dcfae91 --- /dev/null +++ b/git.xinetd @@ -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 +} |
