nixos/home-assistant: drop --runner flag
Home Assistant now always emits exit code 100 when a restart is requested, making this option redundant.
This commit is contained in:
parent
5b8e263c90
commit
6267a995ec
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ in {
|
|||
"zwave_js"
|
||||
];
|
||||
in {
|
||||
ExecStart = "${package}/bin/hass --runner --config '${cfg.configDir}'";
|
||||
ExecStart = "${package}/bin/hass --config '${cfg.configDir}'";
|
||||
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
|
||||
User = "hass";
|
||||
Group = "hass";
|
||||
|
|
Loading…
Reference in a new issue