# default: off
# description: The git server offers access to git repositories.
service	git
{
	disable			= yes
	socket_type		= stream
	type			= UNLISTED
	port			= 9418
	wait			= no
	user			= _gitd
	nice			= 10
	rlimit_as		= 256M
	server			= /usr/sbin/git-daemon
	server_args		= --inetd --syslog --base-path=/srv/git/pub
}
