Blame SOURCES/git.xinetd.in

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