# supervisord の設定ファイル [supervisord] nodaemon=true [program:sshd] command=/usr/sbin/sshd -D -e autostart=true autorestart=true stdout_logfile=/var/log/sshd_stdout.log stderr_logfile=/var/log/sshd_stderr.log [program:php-fpm] command=/usr/sbin/php-fpm8.3 -F autostart=true autorestart=true stdout_logfile=/var/log/php-fpm.log stderr_logfile=/var/log/php-fpm.err [program:apache2] command=/usr/sbin/apachectl -D FOREGROUND autostart=true autorestart=true stopasgroup=true killasgroup=true stdout_logfile=/var/log/apache2_stdout.log stderr_logfile=/var/log/apache2_stderr.log [program:cron] command=/usr/sbin/cron -f autostart=true autorestart=true