task-vuplus-enigma2
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-enigma2 / enigma2 / enigma2-streamproxy / streamproxy.xinetd.in
1 service streamproxy
2 {
3         type = UNLISTED
4         socket_type = stream
5         protocol = tcp
6         wait = no
7         user = root
8         server = @BINDIR@/streamproxy
9         port = 8001
10 }