#!/bin/sh /etc/rc.common
# 

START=7

boot() {
	if [ -e "/mnt/user/usergo.sh" ]; then
		echo "starting user script before launching apps..."
		/mnt/user/usergo.sh
	fi
}
