Blame SOURCES/git.xinetd.in

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