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