From: Peter van Dijk Date: Mon, 19 Apr 2021 13:31:45 +0000 (+0200) Subject: refer to systemd docs X-Git-Tag: auth-4.5.0-beta1~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03892aa1925c0665ef29082e5a6a5f00198bb7f3;p=thirdparty%2Fpdns.git refer to systemd docs --- diff --git a/docs/appendices/FAQ.rst b/docs/appendices/FAQ.rst index 7cbe893d66..b2c55d3c4b 100644 --- a/docs/appendices/FAQ.rst +++ b/docs/appendices/FAQ.rst @@ -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 `_ and `ReadWritePaths `_. + Backends --------