From: Otto Moerbeek Date: Mon, 16 Dec 2019 08:56:35 +0000 (+0100) Subject: Give recursor relevant examples. X-Git-Tag: auth-4.3.0-beta1~56^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f84e7977b81798d261c359769d3304eaf19ef86;p=thirdparty%2Fpdns.git Give recursor relevant examples. --- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 347f18ebeb..a4a9179e92 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -24,7 +24,7 @@ Systemd service and permissions The systemd service-file that is installed no longer uses the ``root`` user to start. It uses the user and group set with the ``--with-service-user`` and ``--with-service-group`` switches during configuration, "pdns" by default. -This could mean that PowerDNS Recursor cannot read its configuration or zone-file data. +This could mean that PowerDNS Recursor cannot read its configuration, lua scripts, auth-zones or other data. It is recommended to recursively ``chown`` directories used by PowerDNS Recursor:: # For Debian-based systems