# default: off
# description: A discard server. This is the udp version.

service	discard
{
	disable		= yes
	type		= INTERNAL
	id			= discard-dgram
	socket_type	= dgram
	protocol	= udp
	user		= root
	wait		= yes
}                                                                               
