Blame SOURCES/git.xinetd.in

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