supervisord.conf 292 B

123456789101112131415
  1. [supervisord]
  2. nodaemon=true
  3. user=root
  4. [program:syslog-ng]
  5. command=/usr/sbin/syslog-ng --foreground --no-caps
  6. stdout_logfile=/dev/stdout
  7. stdout_logfile_maxbytes=0
  8. stderr_logfile=/dev/stderr
  9. stderr_logfile_maxbytes=0
  10. autostart=true
  11. [program:postfix]
  12. command=/opt/postfix.sh
  13. autorestart=true