mirror of
https://github.com/elisspace/core.git
synced 2026-09-06 02:24:32 +00:00
Changed the HASS Core test that tested KeyboardInterrupt handling to now test SIGTERM handling. KeyboardInterrupts are no longer handled in the HASS application process as they are handled in the HASS parent process. SIGTERM is the proper way to now stop HASS.