summaryrefslogtreecommitdiff
blob: 30926dd6706d6a82e0b149c3f114e070ff3043f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# default: off
# description: A daytime server. This is the udp version.

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