mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 14:33:38 +00:00
Misc: acrnd: acrnd servie should start after life_mngr.service
acrnd servie should start after life_mngr.service, otherwise, lifecycle manager in service VM will start after lifecycle manager in User VM. Tracked-On: #6994 Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com> Signed-off-by: Fei Li <fei1.li@intel.com>
This commit is contained in:
parent
c9de9b61a3
commit
b555bdc8ae
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=ACRN manager deamon
|
||||
After=systemd-resolved.service
|
||||
After=life_mngr.service
|
||||
ConditionPathExists=/dev/acrn_hsm
|
||||
|
||||
[Service]
|
||||
|
Loading…
Reference in New Issue
Block a user