# 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
	port        = 7
	disable     = yes
}
