Blame SOURCES/git.xinetd.in

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