Created
October 4, 2016 20:10
-
-
Save arindampradhan/1ed7cd6e48b9a206cf37e54944a82f9b to your computer and use it in GitHub Desktop.
For further info https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-16-04
This file contains 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
[Unit] | |
Description=High-performance, schema-free document-oriented database | |
After=network.target | |
[Service] | |
User=mongodb | |
ExecStart=/usr/bin/mongod --quiet --config /etc/mongod.conf | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment