mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-28 18:04:23 +00:00
It's for AaaG boot time measurement only. Tracked-On: #1759 Signed-off-by: Yan, Like <like.yan@intel.com> Signed-off-by: Tao Yuhong <yuhong.tao@intel.com>
16 lines
295 B
Desktop File
16 lines
295 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 -t
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|