#!/bin/sh

if [ -f "/etc/profile" ]; then
	. /etc/profile
fi
exec /usr/lib/rigo/RigoDaemon/app.py "$@"
