mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
add acrn_guest.service, and modify makefile to install it into root fs. Signed-off-by: Minggui Cao <minggui.cao@intel.com> Reviewed-by: Like Yan <like.yan@intel.com>
14 lines
254 B
Desktop File
14 lines
254 B
Desktop File
[Unit]
|
|
Description=Start ACRN UOS
|
|
After=systemd-networkd.service
|
|
|
|
ConditionPathExists=/sys/kernel/gvt
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=false
|
|
ExecStart=/bin/sh /usr/share/acrn/samples/apl-mrb/launch_uos.sh -V 5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|