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