Blame SOURCES/git.xinetd.in

647f52
# default: off
647f52
# description: The git dæmon allows git repositories to be exported using \
647f52
#       the git:// protocol.
647f52
647f52
service git
647f52
{
647f52
        disable         = yes
647f52
        socket_type     = stream
647f52
        wait            = no
647f52
        user            = nobody
647f52
        server          = @GITCOREDIR@/git-daemon
647f52
        server_args     = --base-path=@BASE_PATH@ --export-all --user-path=public_git --syslog --inetd --verbose
647f52
        log_on_failure  += USERID
647f52
}