Ubuntu自动启动配置脚本
Ubuntu自动启动配置脚本使用下面的脚本保存文件sudo执行一下即可;手动一步一步操作比较累;#!/bin/sh -ecat > /lib/systemd/system/rc.local.service <<EOF[Unit]Description=/etc/rc.local CompatibilityDocumentation=man:systemd-rc-local-generator(8)ConditionFileIsExecutable=/etc/rc.local