Skip to content

Instantly share code, notes, and snippets.

@dineshsprabu
Created January 28, 2016 18:38
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 dineshsprabu/3aa17ffb254e0e655670 to your computer and use it in GitHub Desktop.
Save dineshsprabu/3aa17ffb254e0e655670 to your computer and use it in GitHub Desktop.
Keep your mongod running on the server as a service
/* The following command will make a fork form the main process
It will log console data to the log file mentioned */
mongod --dbpath='./data' --fork --logpath ./mongod.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment