Failed to start mongod.service: Unit mongod.service not found

前端 未结 25 1489
误落风尘
误落风尘 2020-12-07 14:43

I follow all the steps mention in MongoDB installation documents for Ubuntu 16.04.

Steps 1:

sudo apt-key adv --keyserv         


        
25条回答
  •  -上瘾入骨i
    2020-12-07 15:04

    Most probably unit mongodb.service is masked. Use following command to unmask it.

    sudo systemctl unmask mongod

    and re-run

    sudo service mongod start

提交回复
热议问题