Skip to content

Instantly share code, notes, and snippets.

@beaufour
Created August 2, 2013 16:19
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 beaufour/6141206 to your computer and use it in GitHub Desktop.
Save beaufour/6141206 to your computer and use it in GitHub Desktop.
# hubot
#
description "Hubot chat bot"
start on filesystem or runlevel [2345]
stop on runlevel [!2345]
setuid ubuntu
setgid ubuntu
respawn
respawn limit 5 60
script
# Start Hubot
exec /home/ubuntu/ponce/run.sh > /tmp/ponce-upstart 2>&1
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment