Merge pull request #325286 from bjornfor/nixos-deconz-fix-service-stop

nixos/deconz: treat SIGTERM exit status as success
This commit is contained in:
Franz Pletz 2024-07-09 15:07:36 +02:00 committed by GitHub
commit 31c99a61da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,6 +122,7 @@ in
RuntimeDirectory = name;
RuntimeDirectoryMode = "0700";
StateDirectory = name;
SuccessExitStatus = [ 143 ];
WorkingDirectory = stateDir;
# For access to /dev/ttyACM0 (ConBee).
SupplementaryGroups = [ "dialout" ];