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

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