swann: correct the path to the bird socket

This commit is contained in:
Luke Granger-Brown 2023-09-30 21:22:50 +00:00
parent acb3f9c849
commit f51c993198

View file

@ -771,7 +771,7 @@ in {
systemd.services.prometheus-bird-exporter.serviceConfig.ExecStart = lib.mkForce '' systemd.services.prometheus-bird-exporter.serviceConfig.ExecStart = lib.mkForce ''
${depot.pkgs.prometheus-bird-exporter-lfty}/bin/bird_exporter \ ${depot.pkgs.prometheus-bird-exporter-lfty}/bin/bird_exporter \
-web.listen-address 0.0.0.0:9324 \ -web.listen-address 0.0.0.0:9324 \
-bird.socket /var/run/bird.ctl \ -bird.socket /var/run/bird/bird.ctl \
-bird.v2=true \ -bird.v2=true \
-format.new=true -format.new=true
''; '';