[supervisorctl]
serverurl=unix:///run/supervisor.sock

[supervisord]
nodaemon=true
logfile=/dev/null
pidfile=/var/www/html/supervisord.pid
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
minfds=10000

[program:laravel-websocket]
numprocs=1
process_name=%(program_name)s_%(process_num)02d
chmod=0770
# command=php /var/www/html/artisan reverb:start
command=nice -n 10 php /var/www/html/artisan reverb:start --debug -n --no-ansi -vvv
autostart=true
autorestart=true
redirect_stderr=true
# stdout_logfile=/var/www/html/storage/logs/reverb.log
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0