Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 640cafddd28afdcc3f8a58987c5dfaa9 > files > 9

xinetd-2.3.13-1mdk.src.rpm

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

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