16 lines
		
	
	
		
			292 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			292 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[supervisord]
 | 
						|
nodaemon=true
 | 
						|
user=root
 | 
						|
 | 
						|
[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:postfix]
 | 
						|
command=/opt/postfix.sh
 | 
						|
autorestart=true
 |