Skip to content

Instantly share code, notes, and snippets.

@vladborovtsov
Forked from ehazlett/mongodb.conf
Created July 29, 2016 10:04
Show Gist options
  • Save vladborovtsov/9e728a90b3d417f6e0fe0a8e7b83f549 to your computer and use it in GitHub Desktop.
Save vladborovtsov/9e728a90b3d417f6e0fe0a8e7b83f549 to your computer and use it in GitHub Desktop.
MongoDB supervisor config
[program:mongodb]
command=/opt/mongodb/bin/mongod --dbpath /storage/mongodb_data --rest
directory=/opt/mongodb
user=root
autostart=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment