#!/bin/sh /etc/rc.common
START=90
boot(){
	# [ -f /etc/hwinfo.json ] &&	echo "hwinfo availble at boot" > /tmp/simtraydetection || echo "hwinfo not availble at boot" > /tmp/simtraydetection 

	/usr/sbin/cellular_status.sh&
}
