summaryrefslogtreecommitdiff
blob: 1124655cd56e446c57a33d43105dd453dd973e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# default: off
# description: An RFC 868 time server. This is the udp version.

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