Merge pull request #62322 from WilliButz/fix-fritzbox-exporter-service
nixos/prometheus-fritzbox-exporter: update binary name
This commit is contained in:
commit
3758b39122
@ -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 New Issue
Block a user