Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 7b5a3294493b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: db1a40a88298
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 1, 2018

  1. 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.
    peterhoeg authored and dotlambda committed Nov 1, 2018
    Copy the full SHA
    db1a40a View commit details
    Browse the repository at this point in the history