]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
clarify, thanks @jsoref
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 19 Apr 2021 09:41:25 +0000 (11:41 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Apr 2021 09:41:25 +0000 (11:41 +0200)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
docs/appendices/FAQ.rst

index da10d965ceac7fd117c0fbf66086772279135584..7cbe893d66fa77e2d948cba27d2bf8f79abce228 100644 (file)
@@ -76,7 +76,7 @@ I get an error about writing to /etc
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 This may look something like "unable to open temporary zonefile '/etc/powerdns/zones/example.com.<random number>'".
-Our systemd units enable ``ProtectSystem=full`` by default, which disallows writes to ``/etc`` and ``/usr``, among other places.
+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.
 
 Backends