#!/bin/sh

if [ -f "/etc/profile" ]; then
	. /etc/profile
fi
exec /usr/libexec/RigoDaemon_app.py "$@"
