mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 03:55:44 +03:00
Merge pull request #325286 from bjornfor/nixos-deconz-fix-service-stop
nixos/deconz: treat SIGTERM exit status as success
This commit is contained in:
commit
31c99a61da
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ in
|
||||||
RuntimeDirectory = name;
|
RuntimeDirectory = name;
|
||||||
RuntimeDirectoryMode = "0700";
|
RuntimeDirectoryMode = "0700";
|
||||||
StateDirectory = name;
|
StateDirectory = name;
|
||||||
|
SuccessExitStatus = [ 143 ];
|
||||||
WorkingDirectory = stateDir;
|
WorkingDirectory = stateDir;
|
||||||
# For access to /dev/ttyACM0 (ConBee).
|
# For access to /dev/ttyACM0 (ConBee).
|
||||||
SupplementaryGroups = [ "dialout" ];
|
SupplementaryGroups = [ "dialout" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue