44 lines
		
	
	
		
			856 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			856 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[supervisord]
 | 
						|
nodaemon=true
 | 
						|
 | 
						|
[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
 | 
						|
priority=1
 | 
						|
 | 
						|
[program:cron]
 | 
						|
command=/usr/sbin/cron -f
 | 
						|
autorestart=true
 | 
						|
priority=2
 | 
						|
 | 
						|
[program:sogo-webres]
 | 
						|
command=/usr/bin/python -u -m SimpleHTTPServer 9192
 | 
						|
directory=/usr/lib/GNUstep/SOGo/
 | 
						|
user=sogo
 | 
						|
autorestart=true
 | 
						|
priority=4
 | 
						|
 | 
						|
[program:bootstrap-sogo]
 | 
						|
command=/bootstrap-sogo.sh
 | 
						|
stdout_logfile=/dev/stdout
 | 
						|
stdout_logfile_maxbytes=0
 | 
						|
stderr_logfile=/dev/stderr
 | 
						|
stderr_logfile_maxbytes=0
 | 
						|
priority=3
 | 
						|
startretries=10
 | 
						|
autorestart=true
 | 
						|
stopwaitsecs=120
 | 
						|
 | 
						|
[inet_http_server]
 | 
						|
port=9191
 | 
						|
 | 
						|
[rpcinterface:supervisor]
 | 
						|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
 | 
						|
 | 
						|
[supervisorctl]
 | 
						|
serverurl=http://localhost:9191
 |