mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	This adds support for JDK11 in CloudStack 4.14+: - Fixes code to build against JDK11 - Bump to Debian 9 systemvmtemplate with openjdk-11 - Fix Travis to run smoketests against openjdk-11 - Use maven provided jdk11 compatible mysql-connector-java - Remove old agent init.d scripts Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			280 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			280 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Service for virtual machines hosted on VMware
 | |
| Documentation=http://open-vm-tools.sourceforge.net/about.php
 | |
| DefaultDependencies=no
 | |
| Before=cloud-early-config.service
 | |
| 
 | |
| [Service]
 | |
| ExecStart=/usr/bin/vmtoolsd
 | |
| TimeoutStopSec=5
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |