fix tuxbox-common
[vuplus_openvuplus] / meta-openvuplus / recipes-vuplus / enigma2 / enigma2-transtreamproxy / transtreamproxy.xinetd.in
1 service transtreamproxy
2 {
3         type = UNLISTED
4         socket_type = stream
5         protocol = tcp
6         wait = no
7         user = root
8         server = @BINDIR@/transtreamproxy
9         port = 8002
10 }