From 1592789438ad354e8c9a9e0848ebac754cb925ae Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 3 Oct 2023 17:13:21 +0200 Subject: [PATCH] Match the lmdb-filename example with the default The default config places it in /var/lib, which is a more logical place for a DB. --- docs/backends/lmdb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends/lmdb.rst b/docs/backends/lmdb.rst index 03ef9623cd..178dcf738c 100644 --- a/docs/backends/lmdb.rst +++ b/docs/backends/lmdb.rst @@ -32,7 +32,7 @@ Settings ``lmdb-filename`` ^^^^^^^^^^^^^^^^^ -Path to the LMDB file (e.g. */var/spool/powerdns/pdns.lmdb*) +Path to the LMDB file (e.g. */var/lib/powerdns/pdns.lmdb*) .. warning:: On systemd systems, -- 2.47.2