mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #166875 from flokli/prometheus-bird-exporter-update-socket-path
prometheus-bird-exporter: update birdSocket default path
This commit is contained in:
commit
352f9b5929
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue