supervisord.conf 263 B

123456789101112131415
  1. [supervisord]
  2. nodaemon=true
  3. pidfile=/var/run/supervisord.pid
  4. [program:php-fpm]
  5. command=/usr/local/sbin/php-fpm
  6. autostart=true
  7. autorestart=true
  8. priority=10
  9. stdout_logfile=/dev/stdout
  10. stdout_logfile_maxbytes=0
  11. stderr_logfile=/dev/stderr
  12. stderr_logfile_maxbytes=0