Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > b6a6df09bd5d4ade10baf803db49f478 > files > 1

git-daemon-1.8.1.4-2.fc18.i686.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          = /usr/libexec/git-core/git-daemon
        server_args     = --base-path=/var/lib/git --export-all --user-path=public_git --syslog --inetd --verbose
        log_on_failure  += USERID
}