Skip to content

Instantly share code, notes, and snippets.

@dineshsprabu
Created November 7, 2016 08:44
Show Gist options
  • Save dineshsprabu/105d040543b32259739ba58048d3ccb6 to your computer and use it in GitHub Desktop.
Save dineshsprabu/105d040543b32259739ba58048d3ccb6 to your computer and use it in GitHub Desktop.
[Mongodb] Starting MongoDB as a service with wiredTiger, default DBPath and LogPath
sudo mongod --dbpath="/var/lib/mongodb" --fork --logpath /var/log/mongodb.log --storageEngine "wiredTiger"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment