From: Nico Cartron Date: Thu, 9 May 2019 12:57:38 +0000 (+0200) Subject: fixed weird line, and moved each sentence to a single line. X-Git-Tag: rec-4.2.0-rc1~23^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6737cb179d030b9f589f5d90c0ecf6140a0505a2;p=thirdparty%2Fpdns.git fixed weird line, and moved each sentence to a single line. --- diff --git a/docs/backends/lmdb.rst b/docs/backends/lmdb.rst index eec1f79836..87b829de85 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