Created
August 2, 2013 16:20
-
-
Save beaufour/6141208 to your computer and use it in GitHub Desktop.
This file contains 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
# 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