Merge pull request #62322 from WilliButz/fix-fritzbox-exporter-service

nixos/prometheus-fritzbox-exporter: update binary name
This commit is contained in:
Florian Klink
2019-05-31 21:17:46 +02:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ in
serviceConfig = {
DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-fritzbox-exporter}/bin/fritzbox_exporter \
${pkgs.prometheus-fritzbox-exporter}/bin/exporter \
-listen-address ${cfg.listenAddress}:${toString cfg.port} \
-gateway-address ${cfg.gatewayAddress} \
-gateway-port ${toString cfg.gatewayPort} \