- 积分
- 194
贡献706
飞刀183 FD
注册时间2020-1-16
在线时间31 小时

 
|

楼主 |
发表于 2020-3-17 10:48:53
|
显示全部楼层
#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/sbin
./lighttpd -f ../config/lighttpd.conf
cd /forlinx/qt/bin
./matrix_gui -qws 2>/dev/null &
fi
#enable ssh server
/usr/sbin/dropbear
是把rc.local中这一段去掉吗 |
|