Created
July 25, 2019 17:47
-
-
Save paulomcnally/768bef0e07001abceb3b5d70d20d3abf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo systemctl status mongodb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ● 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