Skip to content

Instantly share code, notes, and snippets.

@sw360cab
Created January 30, 2012 20:29
Show Gist options
  • Save sw360cab/1706483 to your computer and use it in GitHub Desktop.
Save sw360cab/1706483 to your computer and use it in GitHub Desktop.
[unix_http_server]
file = %(here)s/supervisord.sock
[inet_http_server]
port=0.0.0.0:9001
[program:couchdb]
command = LD_LIBRARY_PATH=%(here)s/../parts/spidermonkey-install/lib:$LD_LIBRARY_PATH %(here)s/../bin/couchdb
#command = %(here)s/../bin/couchdb
autostart = true
redirect_stderr = true
stderr_logfile = NONE
priority = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment