首页 > 其他 > 详细

Centos7如何设置脚本开机自启动?

时间:2020-01-31 22:15:38      阅读:65      评论:0      收藏:0      [点我收藏+]

1. 在需要设置为开机启动的脚本中加入必须的chkconfig启动脚本规范,如下:

#!/bin/bash
# chkconfig:   2345 80 12
# description:  auto start shell script

2. 使用chkconfig将脚本加入自动启动列表

# mv your.sh /etc/rc.d/init.d

# chkconfig /etc/rc.d/init.d/your.sh

Centos7如何设置脚本开机自启动?

原文:https://www.cnblogs.com/dakewei/p/12246803.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!