Answers for "mongod.service failed with result 'exit-code'"

0

start mongod Failed with result 'exit-code'

$ sudo rm -rf /tmp/mongodb-27017.sock
$ sudo service mongod start
Posted by: Guest on September-08-2021
0

mongod.service: Failed with result 'exit-code'.

chown -R mongodb:mongodb /var/lib/mongodb
chown mongodb:mongodb /tmp/mongodb-27017.sock
Posted by: Guest on October-01-2021

Code answers related to "mongod.service failed with result 'exit-code'"

Browse Popular Code Answers by Language