#!/bin/sh DAEMON=/usr/lib/enigma2/python/Plugins/Extensions/PlayStream/streamproxy.py NAME=streamproxy DESC="StreamProxy" test -f $DAEMON || exit 0 /usr/bin/python $DAEMON $1 exit 0