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

chkconfig: command not found

时间:2019-01-08 01:01:09      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:服务   apt   nginx   command   描述   出现   pre   信息   添加   

问题描述

  • Ubuntu 16.04 下安装 Nginx 服务器,在添加 nginx 服务时出现如下信息
# chkconfig --add nginx
chkconfig: command not found

问题原因

  • Ubuntu 中 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

chkconfig: command not found

标签:服务   apt   nginx   command   描述   出现   pre   信息   添加   

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

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