标签:服务 apt nginx command 描述 出现 pre 信息 添加
# chkconfig --add nginx
chkconfig: command not found
chkconfig 已经被 sysv-rc-conf 所替代,chkconfig 命令如下:# chkconfig --add nginx
# chkconfig nginx on
# apt-get update
# apt-get install sysv-rc-conf
# sysv-rc-conf nginx on标签:服务 apt nginx command 描述 出现 pre 信息 添加
原文地址:https://www.cnblogs.com/wumz/p/10236694.html