linux 建立自启动脚本的两种方法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
方法一: 在/etc/rcn.d (n表示级别)中添加软链接
1.1 查询当前用户运行级别
执行:
runlevel
eg:
1.2 到对应的rcn.d目录中添加软链接
注:S–>表示启动,99–>表示运行顺序。
eg:
cd /etc/rc5.d
ln -vsf /etc/init.d/start.sh S99start
1.3 将对应的启动脚本start.sh放入/etc/init.d目录下
方法二:修改rmnologin.sh文件
2.1 修改/etc/init.d/rmnologin.sh文件
eg:
在: exit 0这一行上面添加一行内容:
/etc/init.d/start.sh
2.2 将start.sh文件放入/etc/init.d/目录下
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献4条内容
所有评论(0)