ubunto mongo service down code example
Example 1: how to check mongodb status in ubuntu
sudo systemctl status mongodb
Example 2: how to restart mongodb server in ubuntu
sudo systemctl restart mongodb
# it will restarts running mongodb server
sudo systemctl status mongodb
sudo systemctl restart mongodb
# it will restarts running mongodb server