[supervisord] nodaemon=true [program:php7.4-fpm] command=/usr/sbin/php-fpm7.4 --nodaemonize --fpm-config /etc/php/7.4/fpm/php-fpm.conf [program:apache2] command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND" [program:queue-worker-search-and-displace-ingest-production] process_name=%(program_name)s_%(process_num)02d command=php /var/www/html/artisan queue:listen --queue=sd_ingest,default --tries=2 --timeout=180 autostart=true autorestart=true user=www-data numprocs=3 redirect_stderr=true stdout_logfile=/var/log/queue/queue-worker-search-and-displace-ingest-production.log