chkconfig: command not found

时间:2019-01-08 00:36:01   收藏:0   阅读:1059

问题描述

# chkconfig --add nginx
chkconfig: command not found

问题原因

# chkconfig --add nginx  
# chkconfig nginx on

问题解决

# apt-get update
# apt-get install sysv-rc-conf
# sysv-rc-conf nginx on

原文:https://www.cnblogs.com/wumz/p/10236694.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!