mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
As a system service, acrnd will launch UOS, that must be done after all required services and conditions are ready, such as acrnprobe, weston, etc. Tracked-On: #1278 Signed-off-by: Tao Yuhong <yuhong.tao@intel.com>
16 lines
288 B
Desktop File
16 lines
288 B
Desktop File
[Unit]
|
|
Description=ACRN manager deamon
|
|
After=weston.service
|
|
After=systemd-resolved.service
|
|
ConditionPathExists=/sys/kernel/gvt
|
|
ConditionPathExists=/dev/acrn_vhm
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/acrnd
|
|
ExecStop=/usr/bin/killall -s TERM acrnd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|