mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			197 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			197 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| # chkconfig: 345 98 02
 | |
| # description: Web server that sends passwords to User VMs
 | |
| #   This file exists in /etc/init.d/ in the routing domain
 | |
| # @VERSION@
 | |
| 
 | |
| bash /root/run_domr_webserver&
 |