mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-03 04:39:50 +00:00
1. Rename folder name with "_" 2. Category acrn_crashlog, acrn_log, acrn_trace into debug_tools folder and acrn_bridge, life_mngr, acrn_manager into services. Tracked-On: #5644 Signed-off-by: Xie, nanlin <nanlin.xie@intel.com>
15 lines
241 B
Desktop File
15 lines
241 B
Desktop File
[Unit]
|
|
Description=ACRN crashlog probe
|
|
Requires=telemd.socket
|
|
Requires=usercrash_s
|
|
After=acrnlog.service
|
|
After=usercrash.service
|
|
After=prepare.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/acrnprobe
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|