mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +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
298 B
Desktop File
13 lines
298 B
Desktop File
[Unit]
|
|
Description=CloudStack Agent service
|
|
After=cloud-early-config.service network.target cloud-postinit.service local-fs.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/usr/local/cloud/systemvm
|
|
ExecStart=/usr/local/cloud/systemvm/_run.sh
|
|
Restart=on-failure
|