mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 14:28:56 +00:00
This is part of the short series of commits that will lead to a unified repository for the ACRN hypervisor, device model and the associated documentation. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
12 lines
170 B
Desktop File
12 lines
170 B
Desktop File
[Unit]
|
|
Description=ACRN hypervisor log
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/acrnlog
|
|
ExecStop=/usr/bin/killall -s TERM acrnlog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|