mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
riemann-health service: add procps to path (#19237)
This commit is contained in:
parent
78b5ce35ce
commit
57023aba3d
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ in {
|
|||
|
||||
systemd.services.riemann-health = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [ procps ];
|
||||
serviceConfig = {
|
||||
User = "riemanntools";
|
||||
ExecStart = "${healthLauncher}/bin/riemann-health";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue