Skip to content

Instantly share code, notes, and snippets.

@rjmacarthy
Last active October 5, 2018 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjmacarthy/15ef0cceb59306324704deed7c3a8aa7 to your computer and use it in GitHub Desktop.
Save rjmacarthy/15ef0cceb59306324704deed7c3a8aa7 to your computer and use it in GitHub Desktop.
** start **
mongod --fork --dbpath /home/mongodata/mongodb --smallfiles --logpath /var/log/mongodb.log --logappend --auth
** stop **
sudo killall -15 mongod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment