mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02: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>
8 lines
143 B
Desktop File
8 lines
143 B
Desktop File
[Unit]
|
|
Description=Hyper-V key-value pair (KVP) daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/hv_kvp_daemon -n
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |