File subversion.xinetd.svnserve of Package subversion

# default: off
# description: readonly access to a subversion repository

service svn
{
	disable         = yes
	socket_type     = stream
	protocol        = tcp
	wait            = no
	user            = svn
	group           = svn
	groups          = yes
	server          = /usr/bin/svnserve
	server_args     = --read-only --root=/srv/svn/repos --inetd
}
openSUSE Build Service is sponsored by