summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-vuplus/enigma2/enigma2-streamproxy/streamproxy.xinetd.in
blob: d55992976620b2f2ef1d933d34aece77e483027b (plain)
1
2
3
4
5
6
7
8
9
10
service streamproxy
{
	type = UNLISTED
	socket_type = stream
	protocol = tcp
	wait = no
	user = root
	server = @BINDIR@/streamproxy
	port = 8001
}