Merge pull request #166875 from flokli/prometheus-bird-exporter-update-socket-path
prometheus-bird-exporter: update birdSocket default path
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user