]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
User differs on Debian vs CentOS 8630/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 16 Dec 2019 09:08:11 +0000 (10:08 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 16 Dec 2019 09:08:11 +0000 (10:08 +0100)
pdns/recursordist/docs/upgrade.rst

index a4a9179e927abbab7fd78110e3f321014244fe38..ffe2f7a77535c6c61eba6b4b270d698ec9531fe1 100644 (file)
@@ -23,7 +23,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.
+configuration, "pdns" on Debian and "pdns-recursor" on CentOS by default.
 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::
 
@@ -31,7 +31,7 @@ It is recommended to recursively ``chown`` directories used by PowerDNS Recursor
   chown -R root:pdns /etc/powerdns
 
   # For CentOS and RHEL based systems
-  chown -R root:pdns /etc/pdns-recursor
+  chown -R root:pdns-recursor /etc/pdns-recursor
 
 Packages provided on `the PowerDNS Repository <https://repo.powerdns.com>`__ will ``chown`` directories created by them accordingly in the post-installation steps.