Merge pull request #19262 from chris-martin/riemann-health-ps

Fix riemann-health service (add missing procps dependency)
This commit is contained in:
Jörg Thalheim 2016-10-20 22:11:43 +02:00 committed by GitHub
commit 5f886fb8cb

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";