树莓派3b配置

1.树莓派3b开机自启动

crontab -e  //添加

@reboot /home/user/work/start_npc.sh

crontab -l //查看

原文地址:https://www.cnblogs.com/sanmubai/p/13810634.html