mirror of https://github.com/apache/cloudstack.git
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
|