mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
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>
This commit is contained in:
@@ -7,7 +7,6 @@ Before=acrnprobe.service
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/usercrash_s
|
||||
ExecStop=/usr/bin/killall -s TERM usercrash_s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user