Merge pull request #20121 from mbrgm/fix/smokeping-setuid-fping

smokeping service: Use setuid-wrapped fping binary
This commit is contained in:
Joachim F 2016-11-04 00:01:23 +01:00 committed by GitHub
commit 9f94595485

View File

@ -221,7 +221,7 @@ in
type = types.string; type = types.string;
default = '' default = ''
+ FPing + FPing
binary = ${pkgs.fping}/bin/fping binary = ${config.security.wrapperDir}/fping
''; '';
description = "Probe configuration"; description = "Probe configuration";
}; };