Blame SOURCES/git.xinetd.in

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