while [ -f /etc/smart/user_channels.bak ]; do
	#there is an install in progress, dont start up anything
	return 0
done

/etc/init.d/softwarelauncher start

while [ 1 ]; do
	sleep 1 #stay black after swl exits 
done
