koalaczaj Hey all, I'm trying to setup up MongoDB, but my server runs into an error. I found code over at the development page, which is: sudo systemctl start mongodb instead of sudo service start mongod on the Mongo docs. Could someone confirm that this is the 'Solus' way of starting up a Mongo Server? Is there a different way?
viyoriya sudo systemctl start mongod sudo systemctl stop mongod sudo systemctl enable mongod sudo systemctl disable mongod sudo systemctl restart mongod sudo systemctl status mongod sudo systemctl show mongod mongo in terminal for shell
MRdevX How to resolve this issue? there is no mongod.service on system. sudo systemctl start mongod Failed to start mongod.service: Unit mongod.service not found.