service XXX does not support chkconfig
摘要:
有时候为了方便管理,我们常常喜欢在Linux中将之安装为服务,然后就可以使用服务来管理。 但是当我们运行安装服务的命令时候,假设服务名为myservice 常常会出现 service myservice does not support chkconfig 我们一般在脚本开头加入下面两句就好了 #g 阅读全文
posted @ 2016-04-03 20:26 西瓜一号 阅读(142) 评论(0) 推荐(0) 编辑