编辑/lib/systemd/system/rc-local.service
添加:
[Install]
WantedBy=multi-user.target
Alias=rc-local.service
systemctl enable rc-local
如果出错,会有提示,Install的I是大写,注意大小写
建立/etc/rc.local文件,记得加#!/bin/bash开头,并chmod +x /etc/rc.local
reboot—–> 生效
编辑/lib/systemd/system/rc-local.service
添加:
[Install]
WantedBy=multi-user.target
Alias=rc-local.service
systemctl enable rc-local
如果出错,会有提示,Install的I是大写,注意大小写
建立/etc/rc.local文件,记得加#!/bin/bash开头,并chmod +x /etc/rc.local
reboot—–> 生效