forked from mirrors/nixpkgs
riemann-health service: add procps to path (#19237)
This commit is contained in:
parent
78b5ce35ce
commit
57023aba3d
|
@ -50,6 +50,7 @@ in {
|
|||
|
||||
systemd.services.riemann-health = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [ procps ];
|
||||
serviceConfig = {
|
||||
User = "riemanntools";
|
||||
ExecStart = "${healthLauncher}/bin/riemann-health";
|
||||
|
|
Loading…
Reference in a new issue