summaryrefslogtreecommitdiff
blob: f007611c7cd16e1a60e7edc6ba200a3342c541ef (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
{
	type        = INTERNAL UNLISTED
	id          = daytime-dgram
	socket_type = dgram
	protocol    = udp
	user        = root
	wait        = yes
	port        = 13
	disable     = yes
}