Blame SOURCES/git.xinetd.in

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