If you're running GRIP on the RasPi, you can set GRIP as a scheduled task.
You would connect to the Pi, and run "crontab -e", then edit it so that it has a line like this:
Code:
@reboot java -jar /home/pi/grip.jar <or whatever your GRIP command is>
That command will be run whenever the Pi turns on.