github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/containers/ddev-webserver/ddev-webserver-base-files/etc/supervisor/conf.d/supervisor.conf (about)

     1  [supervisord]
     2  logfile=/var/log/supervisord.log ; (main log file;default $CWD/supervisord.log)
     3  loglevel=info                ; (log level;default info; others: debug,warn,trace)
     4  pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
     5  nodaemon=false               ; (start in foreground if true;default false)
     6  
     7  [eventlistener:child_exit_monitor]
     8  command=/usr/local/bin/kill_supervisor.py
     9  process_name=child_exit_monitor
    10  events=PROCESS_STATE_FATAL,PROCESS_STATE_EXITED
    11  
    12  [unix_http_server]
    13  file=/var/run/supervisor.sock   ; (the path to the socket file)
    14  chmod=0700                       ; sockef file mode (default 0700)
    15  
    16  [rpcinterface:supervisor]
    17  supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface