#!/bin/sh

if [ `id -u` != 0 ] ; then
    exec root <<EOF
    exec /opt/pyobd/pyobd_start
EOF
    exit $?
fi


python /home/opt/pyobd/pyobd.py


#
