From 6737cb179d030b9f589f5d90c0ecf6140a0505a2 Mon Sep 17 00:00:00 2001 From: Nico Cartron Date: Thu, 9 May 2019 14:57:38 +0200 Subject: [PATCH] fixed weird line, and moved each sentence to a single line. --- docs/backends/lmdb.rst | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/docs/backends/lmdb.rst b/docs/backends/lmdb.rst index eec1f7983..87b829de8 100644 --- a/docs/backends/lmdb.rst +++ b/docs/backends/lmdb.rst @@ -15,9 +15,7 @@ LMDB backend Enabling the backend -------------------- -When building PowerDNS yourself, append ``lmdb`` to ``--with-modules`` -or ``--with-dynmodules``. It is expected that most pre-built packages -contain this backend or be separately installable. +When building PowerDNS yourself, append ``lmdb`` to ``--with-modules`` or ``--with-dynmodules``. It is expected that most pre-built packages contain this backend or be separately installable. Settings @@ -32,18 +30,14 @@ Path to the LMDB file (e.g. */var/spool/powerdns/pdns.lmdb*) .. warning:: On systemd systems, - When running PowerDNS via the provided systemd service file, - `ProtectSystem `_ - is set to ``full``, this means PowerDNS is unable to write to e.g. - ``/etc`` and ``/home``, possibly being unable to write to the LMDB database. + When running PowerDNS via the provided systemd service file, `ProtectSystem `_ is set to ``full``, this means PowerDNS is unable to write to e.g. ``/etc`` and ``/home``, possibly being unable to write to the LMDB database. .. _setting-lmdb-shards: ``lmdb-shards`` ^^^^^^^^^^^^^^^^^ -Records database will be split into this number of shards -e.g. lmdb-shards=64 +Records database will be split into this number of shards e.g. lmdb-shards=64 .. _setting-lmdb-sync-mode: @@ -52,22 +46,14 @@ e.g. lmdb-shards=64 Synchronisation mode: nosync, nometasync, mapasync -* ``parsed successfully at