# default: off
# description: An echo server. This is the tcp version.

service	echo
{
	disable		= yes
	type		= INTERNAL
	id			= echo-stream
	socket_type	= stream
	protocol	= tcp
	user		= root
	wait		= no
}                                                                               
