Merge pull request #166875 from flokli/prometheus-bird-exporter-update-socket-path

prometheus-bird-exporter: update birdSocket default path
This commit is contained in:
Luke Granger-Brown
2022-04-02 03:17:24 +01:00
committed by GitHub
@@ -17,7 +17,7 @@ in
};
birdSocket = mkOption {
type = types.path;
default = "/var/run/bird.ctl";
default = "/run/bird/bird.ctl";
description = ''
Path to BIRD2 (or BIRD1 v4) socket.
'';