# default: off
# description: csync2
service csync2
{
	disable		= yes
	# don't wish to add into /etc/services
	type        = unlisted
	protocol    = tcp
	port        = 30865
	flags		= REUSE
	socket_type	= stream
	wait		= no
	user		= root
	group		= root
	server		= /usr/sbin/csync2
	server_args	= -i
	#log_on_failure	+= USERID
	# only_from	= 192.168.199.3 192.168.199.4
}
