Created
January 30, 2012 18:09
-
-
Save larubbio/1705727 to your computer and use it in GitHub Desktop.
Motech Upstart config
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
# activemq | |
description "Active MQ" | |
pre-start script | |
# prepare environment | |
mkdir -p /var/log/motech | |
end script | |
console output | |
exec /opt/activemq/bin/activemq console >> /var/log/motech/activemq.log 2>&1 |
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
# couchdb | |
description "CouchDB" | |
pre-start script | |
# prepare environment | |
mkdir -p /var/log/motech | |
end script | |
console output | |
exec sudo /opt/couchdb/bin/couchdb /opt/couchdb/bin/couchdb >> /var/log/motech/couchdb.log 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment