mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 21:19:35 +00:00
cbc_lifecycle: fix a service typo
The service type was set twice and inconsistent. Signed-off-by: Alek Du <alek.du@intel.com>
This commit is contained in:
parent
a9b4e7e05c
commit
5b49529739
@ -5,7 +5,6 @@ Description=CBC lifecycle service
|
|||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/cbc_lifecycle
|
ExecStart=/usr/bin/cbc_lifecycle
|
||||||
Restart=always
|
Restart=always
|
||||||
Type=notify
|
|
||||||
ExecStop=/usr/bin/killall -s TERM cbc_lifecycle
|
ExecStop=/usr/bin/killall -s TERM cbc_lifecycle
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user