#!/bin/bash . /etc/profile which evrouter >/dev/null 2>/dev/null if [ $? = 0 ] then ps -ef |grep -v grep|grep -q "Xvfb :50" if [ ! $? = 0 ] then sv start Xvfb fi su mythtv -c "DISPLAY=localhost:50 evrouter -c /etc/evrouter.cfg -f /dev/input/event*" fi