home-assistant / landingpage

Apache License 2.0
12 stars 12 forks source link

Handle SIGTERM and Ctrl+C (SIGINT) gracefully #96

Closed agners closed 1 year ago

agners commented 1 year ago

This makes sure that the landing page container exits with exit code 0. This avoids Watchdog error messages in the Supervisor logs.

While at it, also handle and log errors in case http.ListenAndServe fails.