mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 00:14:43 +00:00
nixos/home-assistant: add reference to signal handling section
This commit is contained in:
parent
28b8aa8c4c
commit
ee59cca0f1
@ -720,6 +720,9 @@ in {
|
||||
Group = "hass";
|
||||
WorkingDirectory = cfg.configDir;
|
||||
Restart = "on-failure";
|
||||
|
||||
# Signal handling
|
||||
# homeassistant/helpers/signal.py
|
||||
RestartForceExitStatus = "100";
|
||||
SuccessExitStatus = "100";
|
||||
KillSignal = "SIGINT";
|
||||
|
Loading…
Reference in New Issue
Block a user