Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 820ce2c7e09c1a62b57659e642961980 > files > 12

xinetd-2.3.14-3mdv2007.0.src.rpm

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

service echo
{
	type		= INTERNAL UNLISTED
	id		= echo-dgram
	socket_type	= dgram
	protocol	= udp
	user		= root
	wait		= yes
	disable		= yes
	port		= 7
}