riemann-health service: add procps to path (#19237)
Chris Martin 9 years ago 57023aba 78b5ce35
··· 50 50 51 51 systemd.services.riemann-health = { 52 52 wantedBy = [ "multi-user.target" ]; 53 53 + path = [ procps ]; 53 54 serviceConfig = { 54 55 User = "riemanntools"; 55 56 ExecStart = "${healthLauncher}/bin/riemann-health";