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

service daytime
{
	type		= INTERNAL UNLISTED
	id		= daytime-dgram
	socket_type	= dgram
	protocol	= udp
	wait		= yes
	disable		= no
	port		= 13
}                                                                               
