码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS使用chkconfig增加开机服务提示service xxx does not support chkconfig的问题解决

时间:2020-04-12 08:25:47      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:开机   内容   config   esc   服务   关闭   not   增加   题解   

CentOS使用chkconfig增加开机服务提示service xxx does not support chkconfig的问题解决

在service服务管理目录下的shell脚本的第二行增加如下内容即可:指定运行级别

chkconfig: 2345 10 90

服务必须在运行级2,3,4,5下被启动或关闭,启动的优先级是90,关闭的优先级是10。

description: Start and Stop xxx

CentOS使用chkconfig增加开机服务提示service xxx does not support chkconfig的问题解决

标签:开机   内容   config   esc   服务   关闭   not   增加   题解   

原文地址:https://www.cnblogs.com/wangchengshi/p/12683305.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!