#!/bin/sh
export LD_LIBRARY_PATH=/opt/tbupddlx:$LD_LIBRARY_PATH
export DISPLAY=:0.0
#if ps ax | grep -v grep | grep aidaemon > /dev/null
#then
#	echo Already running
#else
	/opt/tbupddlx/aidaemon
#fi
