Skip to content

Instantly share code, notes, and snippets.

@paulomcnally
Created July 25, 2019 17:47
Show Gist options
  • Select an option

  • Save paulomcnally/768bef0e07001abceb3b5d70d20d3abf to your computer and use it in GitHub Desktop.

Select an option

Save paulomcnally/768bef0e07001abceb3b5d70d20d3abf to your computer and use it in GitHub Desktop.
sudo systemctl status mongodb
● mongodb.service - An object/document-oriented database
Loaded: loaded (/lib/systemd/system/mongodb.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2019-07-25 18:43:21 BST; 1min 51s ago
Docs: man:mongod(1)
Main PID: 1268 (mongod)
Memory: 40.0M
CGroup: /system.slice/mongodb.service
└─1268 /usr/bin/mongod --config /etc/mongodb.conf
Jul 25 18:43:21 raspberrypi systemd[1]: Started An object/document-oriented database.
Jul 25 18:43:22 raspberrypi mongod[1268]: all output going to: /var/log/mongodb/mongodb.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment