mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-03 12:49:45 +00:00
The service type was set twice and inconsistent. Signed-off-by: Alek Du <alek.du@intel.com>
12 lines
198 B
Desktop File
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
|