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