Skip to content

Instantly share code, notes, and snippets.

@mrchilds
Created September 15, 2013 20:02
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 mrchilds/6573934 to your computer and use it in GitHub Desktop.
Save mrchilds/6573934 to your computer and use it in GitHub Desktop.
Example Supervisor Config
[program:hubot]
command=/srv/hubot/bin/hubot --adapter hipchat
user=hubot
autostart=true
autorestart=true
directory=/srv/hubot/
environment=HUBOT_AUTH_ADMIN="XYZ",HUBOT_HIPCHAT_PASSWORD="XYZ",HUBOT_HIPCHAT_TOKEN="XYZ",HUBOT_HIPCHAT_JID="XYZ",HUBOT_HIPCHAT_ROOMS="ROOMS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment