1.看是否rc.local 第一行如果是 #!/bin/sh -e 改成 #!/bin/bash
sudo systemctl enable rc-local.service
2.看rc.local的权限 chmod a+x /etc/rc.local
1.看是否rc.local 第一行如果是 #!/bin/sh -e 改成 #!/bin/bash
sudo systemctl enable rc-local.service
2.看rc.local的权限 chmod a+x /etc/rc.local