3
0
Fork 0
forked from mirrors/nixpkgs

nixos/prometheus-fritzbox-exporter: update binary name

This commit is contained in:
WilliButz 2019-05-31 18:50:27 +02:00
parent 92c881b6db
commit ba17b32b43
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

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