# default: off
# description: An xinetd internal service which echo's characters back to clients. \
# This is the tcp version.

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