mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 01:30:13 +00:00
add cbc_lifecycle service systemd support
Now cbc_attach service installed by default and thus we can enable cbc_lifecycle service too. Signed-off-by: Alek Du <alek.du@intel.com> Reviewed-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
@@ -7,6 +7,7 @@ $(OUT_DIR)/cbc_lifecycle: cbc_lifecycle.c $(TOOLS_OUT)/libacrn-mngr.a
|
||||
clean:
|
||||
rm $(OUT_DIR)/cbc_lifecycle
|
||||
|
||||
install: $(OUT_DIR)/cbc_lifecycle
|
||||
install: $(OUT_DIR)/cbc_lifecycle cbc_lifecycle.service
|
||||
install -d $(DESTDIR)/usr/bin
|
||||
install -t $(DESTDIR)/usr/bin $^
|
||||
install -t $(DESTDIR)/usr/bin $<
|
||||
install -p -D -m 0644 cbc_lifecycle.service $(DESTDIR)/usr/lib/systemd/system/
|
||||
|
||||
Reference in New Issue
Block a user