swann: yes, this one

This commit is contained in:
Luke Granger-Brown 2021-08-31 02:29:56 +00:00
parent 2d0a607383
commit e95324c175

View file

@ -505,7 +505,7 @@ in {
'';
};
systemd.services.prometheus-bird-exporter.serviceConfig.ExecStart = ''
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 \