Blame SOURCES/git.xinetd.in

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