I have a bash startup script implemented with update-rc.d.

It does not launch the programs I have scripted it to in a normal boot, but it does work in recovery mode. Any ideas?

Inside the script my line to launch the application is...

Code:
su $USER -c "cd $CONFIGDIR; player -q garmin.cfg"


Thanks