Sophie

Sophie

distrib > Mageia > cauldron > i586 > by-pkgid > 1d1b03dc8cfca2a6476a6c77414a9adb > files > 15

xinetd-2.3.15.4-4.mga9.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
}