mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			297 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			297 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[supervisord]
 | 
						|
nodaemon=true
 | 
						|
 | 
						|
[program:mysqld]
 | 
						|
command=/usr/bin/mysqld_safe
 | 
						|
autostart=true
 | 
						|
autorestart=true
 | 
						|
user=root
 | 
						|
 | 
						|
[program:cloudstack]
 | 
						|
command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator"
 | 
						|
directory=/root
 | 
						|
stderr_logfile=/var/log/acs.err.log
 | 
						|
stdout_logfile=/var/log/acs.out.log
 | 
						|
user=root
 |