git/git.xinetd
Todd Zullinger 65fdde6648 Update to git-1.6.0.6, and (mostly) sync specfile with F-10 branch
- Enable parallel delta searching when packing objects (Roland McGrath)
- Consolidate build/install options in %make_git (Roland McGrath)
- Require perl(Authen::SASL) in git-email (bug 483062)
- Exclude vc-git.el from emacs-git (bug 479531)
- Change /srv/git to %{_var}/lib/git
- Drop redundant libcurl Requires
- Update URL field
2009-03-02 18:56:52 +00:00

16 lines
513 B
Text

# 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=/var/lib/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
}