欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

mongodb自启动

程序员文章站 2022-07-12 16:39:55
...
https://blog.csdn.net/i_vic/article/details/53466348


http://www.zhimengzhe.com/shujuku/other/158372.html


常用命令:

启动开机服务之前,必须要先启动mongodb服务。确认mongodb服务是否开机启动,需要输入systemctl is-enabled mongodb.service的值是否enabled.

#systemctl start mongodb #启动mongodb服务

#systemctl enable mongodb.service #设置开机启动mongodb服务

#systemctl is-enabled mongodb.service #查看mongodb服务是否设置开机启动
#systemctl disable mongodb.service#停止mongodb服务开机启动