Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created February 7, 2014 13:40
Show Gist options
  • Save marianogg9/8862792 to your computer and use it in GitHub Desktop.
Save marianogg9/8862792 to your computer and use it in GitHub Desktop.
# 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