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

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