acrn-hypervisor/tools/acrnlog/acrnlog.service
Tan Yew Wayne 8af90e0154 misc: Remove unnecessary ExecStop in systemd services
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>
2018-08-09 08:58:12 +08:00

11 lines
128 B
Desktop File

[Unit]
Description=ACRN hypervisor log
[Service]
Type=simple
ExecStart=/usr/bin/acrnlog
[Install]
WantedBy=multi-user.target