Files
acrn-hypervisor/devicemodel/tools/acrnlog/acrnlog.service
Geoffroy Van Cutsem d93066f769 Move ACRN Device Model code in a devicemodel/ folder
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>
2018-05-10 01:51:51 +02:00

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