forked from mirrors/nixpkgs
nixos/prometheus-fritzbox-exporter: update binary name
This commit is contained in:
parent
92c881b6db
commit
ba17b32b43
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue