mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +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>
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
|