Merge pull request #181021 from melvyn2/patch-1
Add `bash` to netdata service path
This commit is contained in:
commit
f97827178e
@ -186,7 +186,7 @@ in {
|
||||
description = "Real time performance monitoring";
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = (with pkgs; [ curl gawk iproute2 which procps ])
|
||||
path = (with pkgs; [ curl gawk iproute2 which procps bash ])
|
||||
++ lib.optional cfg.python.enable (pkgs.python3.withPackages cfg.python.extraPackages)
|
||||
++ lib.optional config.virtualisation.libvirtd.enable (config.virtualisation.libvirtd.package);
|
||||
environment = {
|
||||
|
Loading…
Reference in New Issue
Block a user