#set qt env
if [ -e /root/laohua ]
then
/usr/bin/memtester 80M 1>> /root/laohua/mem-out.log 2 >> /root/laohua/mem-err.log &
/root/laohua/start.sh &
else
source /etc/rc.d/qt_env.sh
#start lighttpd server and matrix_gui browser
cd /forlinx/web/lighttpd/***in
./lighttpd -f ../config/lighttpd.conf
cd /forlinx/qt/bin
./matrix_gui -qws 2>/dev/null &
fi
#enable ssh server
/usr/***in/dropbear
是把rc.local中这一段去掉吗