Job for mongod.service failed because the control process exited with error code. See "systemctl status mongod.service" and "journalctl -xeu mongod.service" for details.
// deleting the mongod sock file my solve the issue
// run below command
sudo rm -rf /tmp/mongodb-27017.sock
// then start again
sudo systemctl start mongod