forked from mirrors/nixpkgs
Merge pull request #20121 from mbrgm/fix/smokeping-setuid-fping
smokeping service: Use setuid-wrapped fping binary
This commit is contained in:
commit
9f94595485
|
@ -221,7 +221,7 @@ in
|
|||
type = types.string;
|
||||
default = ''
|
||||
+ FPing
|
||||
binary = ${pkgs.fping}/bin/fping
|
||||
binary = ${config.security.wrapperDir}/fping
|
||||
'';
|
||||
description = "Probe configuration";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue