From f51c9931982708acd80e421820aae5c2a6fb8fa9 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 30 Sep 2023 21:22:50 +0000 Subject: [PATCH] swann: correct the path to the bird socket --- ops/nixos/swann/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/nixos/swann/default.nix b/ops/nixos/swann/default.nix index 9a8aadc0c6..f18aabb483 100644 --- a/ops/nixos/swann/default.nix +++ b/ops/nixos/swann/default.nix @@ -771,7 +771,7 @@ in { systemd.services.prometheus-bird-exporter.serviceConfig.ExecStart = lib.mkForce '' ${depot.pkgs.prometheus-bird-exporter-lfty}/bin/bird_exporter \ -web.listen-address 0.0.0.0:9324 \ - -bird.socket /var/run/bird.ctl \ + -bird.socket /var/run/bird/bird.ctl \ -bird.v2=true \ -format.new=true '';