#!/bin/sh
#
# Start Script for SolarWolf
# --------------------------
#
# Written by:  Marco Antonio Frias B. <marcofrias@linuxpackages.net>
#
# Set standard commands for invoking python
RUNPYTHON=`which python`

# Set full path to solarwolf home directory
SOLARWOLF_HOME=/usr/share/solarwolf

# Execute
$RUNPYTHON "$SOLARWOLF_HOME"/solarwolf.py
