mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-30 10:55:27 +00:00
The tools directory is moved out of ./devicemodle, to be in parallel with hypervisor, devicemodel and doc. Signed-off-by: Yan, Like <like.yan@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
|
|
|