acrn-hypervisor/misc/cbc_lifecycle/cbc_lifecycle.service
Alek Du 5b49529739 cbc_lifecycle: fix a service typo
The service type was set twice and inconsistent.

Signed-off-by: Alek Du <alek.du@intel.com>
2018-06-08 12:07:12 +08:00

12 lines
198 B
Desktop File

[Unit]
Description=CBC lifecycle service
[Service]
Type=simple
ExecStart=/usr/bin/cbc_lifecycle
Restart=always
ExecStop=/usr/bin/killall -s TERM cbc_lifecycle
[Install]
WantedBy=multi-user.target