#!/bin/sh

. /etc/rc.common

StartService()
{
	/Applications/OrayBox/PgyVistorForMac -a &
}

StopService()
{
	return 0;
}

RestartService()
{
	return 0;
}


RunService "$1"
