[supervisord] nodaemon=true logfile=/var/log/supervisor/supervisord.log pidfile=/var/run/supervisord.pid user=root [program:kibana] command=/usr/local/bin/start-kibana-supervised.sh user=kibana stdout_logfile=/var/log/supervisor/kibana.log stderr_logfile=/var/log/supervisor/kibana_error.log autorestart=true startretries=3 startsecs=30 stopwaitsecs=30 killasgroup=true stopasgroup=true [unix_http_server] file=/var/run/supervisor.sock chmod=0700 [supervisorctl] serverurl=unix:///var/run/supervisor.sock [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface