Created
December 9, 2011 06:38
-
-
Save ejamesc/1450495 to your computer and use it in GitHub Desktop.
Supervisord conf to daemonize Mongodb
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
[program:mongodb] | |
directory=/home/username/webapps/appname | |
command=/home/username/webapps/mongodb-appname/mongodb-linux-i686-2.0.1/bin/mongod --dbpath /home/username/webapps/mongodb-appname/data --logpath /home/username/webapps/mongodb-appname/log/corsdb.log --logappend --port 34006 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment