执行以下命令: systemctl list-dependencies multi-user.target | grep rc-local 如果没有输出执行下方命令: chmod +x /etc/rc.d/rc.local systemctl daemon-reload 再次执行命令: systemctl list-dependencies multi-user.ta...
Tag Archives: rc.local
解决/etc/rc.local启动不执行
2020.06.18 , linux , No Comments ,Debian 9/Ubuntu 17添加rc.local开机自启动的方法
2019.07.11 , linux , No Comments ,方法 1、添加rc-local.service #以下为一整条命令,一起复制运行: cat > /etc/systemd/system/rc-local.service <<EOF [Unit] Description=/etc/rc.local ConditionPathExist...