sudo systemctl status rc-local
查看rc-local服务状态,如服务出现错误,则解决错误后重启,如无错误:
ls -l /etc/rc.local
查看rc.local权限,如果是-rw-r--r--,则执行:
-rw-r--r--
sudo chmod +x /etc/rc.local
然后重启即可