service mongod does not support chkconfig【原创】
centos6添加服务报错
[root@localhost init.d]# chkconfig mongod --add
service mongod does not support chkconfig
解决办法
修改# chkconfig:为 # chkconfig: - 90 10

centos6添加服务报错
[root@localhost init.d]# chkconfig mongod --add
service mongod does not support chkconfig
解决办法
修改# chkconfig:为 # chkconfig: - 90 10
