Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Created February 14, 2013 18:24
Show Gist options
  • Save alejandrobernardis/4954988 to your computer and use it in GitHub Desktop.
Save alejandrobernardis/4954988 to your computer and use it in GitHub Desktop.
supervisord.conf
[include]
files = /etc/supervisord/*.supervisor
[supervisord]
directory = /etc/supervisord
pidfile = /var/run/supervisord.pid
childlogdir = /var/log/supervisord
logfile = /var/log/supervisord/supervisord.log
logfile_maxbytes = 50MB
logfile_backups = 10
loglevel = info
[supervisorctl]
serverurl = unix:///tmp/supervisord.sock
[unix_http_server]
file = /tmp/supervisord.sock
chmod = 0644
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment