Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 56088ca30bb6ebd09f426ef303c89445 > files > 9

git-1.7.7-2.fc16.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
}