Skip to content

Commit

Permalink
riemann-health service: add procps to path (#19237)
Browse files Browse the repository at this point in the history
(cherry picked from commit 57023ab)
  • Loading branch information
chris-martin committed Oct 20, 2016
1 parent 2eac61e commit 9fd1ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/monitoring/riemann-tools.nix
Expand Up @@ -50,6 +50,7 @@ in {

systemd.services.riemann-health = {
wantedBy = [ "multi-user.target" ];
path = [ procps ];
serviceConfig = {
User = "riemanntools";
ExecStart = "${healthLauncher}/bin/riemann-health";
Expand Down

0 comments on commit 9fd1ff1

Please sign in to comment.