Skip to content
Commit db1a40a8 authored by Peter Hoeg's avatar Peter Hoeg Committed by Robert Schütz
Browse files

home-assistant: use SIGINT instead of SIGTERM to shut down (#49571)

hass will ignore the standard SIGTERM sent by systemd during stop/restart and we
then have to wait for the timeout after which systemd will forcefully kill the
process.

If instead if we send SIGINT, hass will shut down nicely.

There are many issues reported upstream about the inability to shut down/restart
and it is *supposed* to work with SIGTERM but doesn't.
parent 7b5a3294
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment