linux开机自动运行脚本 ,linux开机自动运行服务
这里白眉大叔只讲一下思路,
方法1: 写入 /etc/rc.local 文件
比如: 我们linux 开机后就执行 创建一个目录:
我们可以在 /etc/rc.local 文件中 添加:
mkdir /tmp/test
例如: 开机启动这个脚本
chmod +x /etc/rc.d/rc.local #
执行上边的 命令为/etc/rc.d/rc.local添加可执行权限
然后编辑文件
vim /etc/rc.local
sh /baimei/softwares/harbor/install.sh
方法2: 开机运行服务
只试用于服务
systemctl enable firwalld
欢迎来撩 : 汇总all