25 lines
		
	
	
		
			554 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			554 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [supervisord]
 | |
| nodaemon=true
 | |
| user=root
 | |
| pidfile=/var/run/supervisord.pid
 | |
| 
 | |
| [program:syslog-ng]
 | |
| command=/usr/sbin/syslog-ng --foreground --no-caps
 | |
| stdout_logfile=/dev/stdout
 | |
| stdout_logfile_maxbytes=0
 | |
| stderr_logfile=/dev/stderr
 | |
| stderr_logfile_maxbytes=0
 | |
| autostart=true
 | |
| 
 | |
| [program:dovecot]
 | |
| command=/usr/sbin/dovecot -F
 | |
| autorestart=true
 | |
| 
 | |
| [program:cron]
 | |
| command=/usr/sbin/cron -f
 | |
| autorestart=true
 | |
| 
 | |
| [eventlistener:processes]
 | |
| command=/usr/local/sbin/stop-supervisor.sh
 | |
| events=PROCESS_STATE_STOPPED, PROCESS_STATE_EXITED, PROCESS_STATE_FATAL
 |