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
commit 3758b39122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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} \