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
commit 352f9b5929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
'';