c97cf8e
# default: off
e8f3787
# description: The git dæmon allows git repositories to be exported using \
c97cf8e
#	the git:// protocol.
c97cf8e
c97cf8e
service git
c97cf8e
{
c97cf8e
        disable		= yes
c97cf8e
        socket_type     = stream
c97cf8e
        wait            = no
c97cf8e
        user            = nobody
f1f8cab
        server          = /usr/bin/git
f1f8cab
        server_args     = daemon --base-path=/var/lib/git --export-all --user-path=public_git --syslog --inetd --verbose
c97cf8e
        log_on_failure  += USERID
c97cf8e
# xinetd doesn't do this by default. bug #195265
c97cf8e
        flags		= IPv6
c97cf8e
}