nixos/prometheus-fritzbox-exporter: update binary name
This commit is contained in:
parent
92c881b6db
commit
ba17b32b43
@ -28,7 +28,7 @@ in
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${pkgs.prometheus-fritzbox-exporter}/bin/fritzbox_exporter \
|
${pkgs.prometheus-fritzbox-exporter}/bin/exporter \
|
||||||
-listen-address ${cfg.listenAddress}:${toString cfg.port} \
|
-listen-address ${cfg.listenAddress}:${toString cfg.port} \
|
||||||
-gateway-address ${cfg.gatewayAddress} \
|
-gateway-address ${cfg.gatewayAddress} \
|
||||||
-gateway-port ${toString cfg.gatewayPort} \
|
-gateway-port ${toString cfg.gatewayPort} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user