]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
refer to systemd docs 10304/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 19 Apr 2021 13:31:45 +0000 (15:31 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 19 Apr 2021 13:31:58 +0000 (15:31 +0200)
docs/appendices/FAQ.rst

index 7cbe893d66fa77e2d948cba27d2bf8f79abce228..b2c55d3c4bc97c2f9c88fff540fe29a125134237 100644 (file)
@@ -79,6 +79,8 @@ This may look something like "unable to open temporary zonefile '/etc/powerdns/z
 PowerDNS systemd units enable ``ProtectSystem=full`` by default, which disallows writes to ``/etc`` and ``/usr``, among other places.
 Either move your zone files to a safer place (``/var/lib/powerdns`` is a popular choice) or change the systemd protection settings.
 
+For more background on this, please see the systemd documentation on `ProtectSystem <https://www.freedesktop.org/software/systemd/man/systemd.exec.html#ProtectSystem=>`_ and `ReadWritePaths <https://www.freedesktop.org/software/systemd/man/systemd.exec.html#ReadWritePaths=>`_.
+
 Backends
 --------