mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 04:33:55 +00:00
Some minor comments refine and fix some typo Tracked-On: #7215 Signed-off-by: Fei Li <fei1.li@intel.com>
15 lines
262 B
Desktop File
15 lines
262 B
Desktop File
[Unit]
|
|
Description=ACRN manager daemon
|
|
After=systemd-resolved.service
|
|
After=life_mngr.service
|
|
ConditionPathExists=/dev/acrn_hsm
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/acrnd -t
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|