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

This commit is contained in:
Chris Martin 2016-10-05 10:50:29 -04:00
parent 78b5ce35ce
commit 57023aba3d

View File

@ -50,6 +50,7 @@ in {
systemd.services.riemann-health = {
wantedBy = [ "multi-user.target" ];
path = [ procps ];
serviceConfig = {
User = "riemanntools";
ExecStart = "${healthLauncher}/bin/riemann-health";