[supervisord]
nodaemon=true
[program:cron]
process_name=%(program_name)s
command=crond -f
autostart=true
autorestart=true
user=root
[program:install]
command=./install
autorestart=false
exitcodes=0
user=pterodactyl
directory=/var/www/html/pterodactyl
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/pterodactyl/artisan queue:work database --queue=high,standard,low --sleep=3 --tries=3
numprocs=8
stdout_logfile=/var/log/pterodactyl/worker.log
[program:php]
command=php-fpm