mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 12:42:54 +00:00
DM:tools: add service file for acrnlog
acrnlog should run automatically at boot. Signed-off-by: Yan, Like <like.yan@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
8c91847401
commit
a1c07bb9b0
11
devicemodel/tools/acrnlog/acrnlog.service
Normal file
11
devicemodel/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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user