Created
June 7, 2014 07:10
-
-
Save abhinavn/9a4754df4f43a84a1518 to your computer and use it in GitHub Desktop.
mongo+cq supervisord
This file contains hidden or 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
| [supervisord] | |
| nodaemon=true | |
| [program:mongod] | |
| command=/usr/bin/mongod | |
| [program:cq] | |
| command= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment