Created
February 7, 2014 13:40
-
-
Save marianogg9/8862792 to your computer and use it in GitHub Desktop.
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
# Rackspace NewRelic plugin | |
# This script keeps this service running. | |
start on runlevel [2345] | |
stop on runlevel [016] | |
script | |
pushd /opt/turner/services/newrelic/newrelic_rs_dfw | |
bundle exec /opt/turner/services/newrelic/newrelic_rs_dfw/bin/newrelic_rs | |
end script | |
expect daemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment