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 = {
|
systemd.services.riemann-health = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
path = [ procps ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "riemanntools";
|
User = "riemanntools";
|
||||||
ExecStart = "${healthLauncher}/bin/riemann-health";
|
ExecStart = "${healthLauncher}/bin/riemann-health";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user