Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 7dda7702fcfad2690d07cba7138aa155 > files > 9

git-1.7.3.1-1.fc14.src.rpm

# 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          = @GITCOREDIR@/git-daemon
        server_args     = --base-path=@BASE_PATH@ --export-all --user-path=public_git --syslog --inetd --verbose
        log_on_failure  += USERID
}