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

service daytime
{
	type        = INTERNAL
	id          = daytime-stream
	socket_type = stream
	protocol    = tcp
	user        = root
	wait        = no
	disable     = yes
}