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