mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-18 07:18:45 +00:00
From systemd documentation: https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStop= > If this option is not specified, the process is terminated by sending the signal specified in KillSignal= when service stop is requested. https://www.freedesktop.org/software/systemd/man/systemd.kill.html#KillSignal= > Defaults to SIGTERM. Signed-off-by: Tan Yew Wayne <yew.wayne.tan@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
|