acrn-hypervisor/tools/acrn-crashlog/data/prepare.service

13 lines
218 B
SYSTEMD

[Unit]
Description=ACRN probe prepare
Requires=telemd.service
After=telemd.service
Before=acrnprobe.service
[Service]
Type=oneshot
ExecStart=/bin/sh /usr/bin/acrnprobe_prepare.sh
[Install]
WantedBy=multi-user.target