Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Sep 30, 2023
  2. Jun 02, 2022
  3. May 25, 2022
  4. May 24, 2022
  5. Apr 27, 2022
  6. Nov 14, 2021
  7. Sep 06, 2021
    • Stefan Agner's avatar
      Shutdown the container on abnormal signals (#55660) · df928c80
      Stefan Agner authored
      So far the finish script exits whenever the service terminated by a
      signal (indicated by 256 as first argument). This is the intended
      behavior when SIGTERM is being sent: SIGTERM is used on regular shutdown
      through the supervisor. We don't want the finish script to shutdown
      itself while being taken down by the supervisor already.
      
      However, every other signal which lead to a process exit likely means
      trouble: SIGSEGV, SIGILL, etc. In those cases we want the container to
      exit. The Supervisor (or restart policy of Docker in the container case)
      will take care of restarting if appropriate.
      df928c80
  8. Apr 28, 2021
  9. Apr 26, 2021
  10. Jun 02, 2020
  11. Apr 15, 2020
  12. Apr 13, 2020
  13. Apr 10, 2020
  14. Mar 25, 2020
  15. Mar 23, 2020
  16. Mar 22, 2020
Loading