ubuntu18创建rc.local

Posted 菜鸟web

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu18创建rc.local相关的知识,希望对你有一定的参考价值。

因为ubuntu18已经没有用rc.local,因为日常用的习惯所以我们下面进行创建

1.创建rc.local软链接(因为system只会读取/etc/systemd/system下的文件)

ln -fs /lib/systemd/system/rc-local.service /etc/systemd/system/rc-local.service

2.修改/lib/systemd/system/rc-local.service文件

[Install]
WantedBy=multi-user.target #运行级别
Alias=rc-local.service

3.创建rc.local

touch /etc/rc.local
chmod 755 /etc/rc.local #添加权限

 

以上是关于ubuntu18创建rc.local的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu 18.04 rc.local systemd设置

Ubuntu-18.04不能像ubuntu14一样通过编辑rc.local来设置开机启动脚本

ubuntu 18.04 配置 rc.local

rc.local(ubuntu18.04)

Ubuntu 18.04 rc-local设置开机自启动

Ubuntu20.04设置开机自启动