Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > d2174ac232e2c25a5f6d5296d805668b > files > 5

xinetd-2.3.14-11mdv2010.1.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
}