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