#!/bin/sh

ROOT=/opt/toshl
SCRIPT=src/daemon/main.py
PYTHON=`which python2.5`

cd $ROOT
$PYTHON $ROOT/$SCRIPT
