mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 02:24:45 +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:
@@ -5,7 +5,6 @@ Description=CBC lifecycle service
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/cbc_lifecycle
|
||||
Restart=no
|
||||
ExecStop=/usr/bin/killall -s TERM cbc_lifecycle
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user