lol

riemann-health service: add procps to path (#19237)

+1
+1
nixos/modules/services/monitoring/riemann-tools.nix
··· 50 50 51 51 systemd.services.riemann-health = { 52 52 wantedBy = [ "multi-user.target" ]; 53 + path = [ procps ]; 53 54 serviceConfig = { 54 55 User = "riemanntools"; 55 56 ExecStart = "${healthLauncher}/bin/riemann-health";