mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
Move ACRN tools code directory one level higher
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>
This commit is contained in:
11
tools/acrnlog/acrnlog.service
Normal file
11
tools/acrnlog/acrnlog.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=ACRN hypervisor log
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/acrnlog
|
||||
ExecStop=/usr/bin/killall -s TERM acrnlog
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user