migrate distccd tests to also test daemon

This commit is contained in:
Qyriad 2026-03-25 22:08:39 +01:00
parent da0500d1f9
commit d57f605d42
2 changed files with 83 additions and 47 deletions

View file

@ -69,7 +69,7 @@ in
path = [ config.nix.package ];
serviceConfig = {
Environment = [
"RUST_LOG=trace"
"RUST_LOG=info,dynix=trace"
];
ExecSearchPath = [ "/run/current-system/sw/bin" ];
SuccessExitStatus = [ "0" "2" ];