Skip to content

Instantly share code, notes, and snippets.

@vinioliveira
Created June 30, 2011 01:26
Show Gist options
  • Save vinioliveira/1055443 to your computer and use it in GitHub Desktop.
Save vinioliveira/1055443 to your computer and use it in GitHub Desktop.
upstart script for juggernaut
description "Juggernaut server"
start on started mountall
stop on shutdown
# Automatically Respawn:
respawn
respawn limit 99 5
script
exec /usr/bin/juggernaut >> /var/log/juggernaut.log 2>&1
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment