mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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 New Issue
Block a user