mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-20 14:21:44 +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>
11 lines
128 B
Desktop File
11 lines
128 B
Desktop File
[Unit]
|
|
Description=ACRN hypervisor log
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/acrnlog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|