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
257 B
Desktop File
13 lines
257 B
Desktop File
[Unit]
|
|
Description=CloudStack Baremetal VR service
|
|
After=network.target local-fs.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/cloud/bin
|
|
ExecStart=/usr/bin/python /opt/cloud/bin/baremetal-vr.py
|
|
Restart=on-failure
|