mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 20:05:30 +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>
13 lines
201 B
Desktop File
13 lines
201 B
Desktop File
[Unit]
|
|
Description=ACRN usercrash Demon
|
|
Requires=telemd.socket
|
|
After=telemd.service
|
|
Before=acrnprobe.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/usercrash_s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|