Skip to content

Instantly share code, notes, and snippets.

@jalaziz
Created March 1, 2013 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jalaziz/5062680 to your computer and use it in GitHub Desktop.
Save jalaziz/5062680 to your computer and use it in GitHub Desktop.
Riemann Upstart
description "Riemann Dashboard"
start on runlevel [2345]
stop on runlevel [06]
respawn limit 10 5
setuid riemann
exec riemann-dash
description "Riemann Health"
start on runlevel [2345]
stop on runlevel [06]
respawn limit 10 5
exec riemann-health
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment