Skip to content

Instantly share code, notes, and snippets.

@zoni
Created May 16, 2016 21:49
Show Gist options
  • Save zoni/9f5bb3043c91ab8dafd6a049ee1ce47d to your computer and use it in GitHub Desktop.
Save zoni/9f5bb3043c91ab8dafd6a049ee1ce47d to your computer and use it in GitHub Desktop.
Errbot supervisord config
[program:errbot]
command = /srv/errbot/virtualenv/bin/errbot --config /srv/errbot/config.py
user = errbot
stdout_logfile = /var/log/supervisor/errbot.log
stderr_logfile = NONE
redirect_stderr = true
directory = /srv/errbot/
startsecs = 3
stopsignal = INT
environment = LC_ALL="en_US.UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment