swann: correct the path to the bird socket
This commit is contained in:
parent
acb3f9c849
commit
f51c993198
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue