]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Steer Linux users towards the supported service manager 12631/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 9 Mar 2023 11:45:37 +0000 (12:45 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 9 Mar 2023 12:10:31 +0000 (13:10 +0100)
docs/running.rst
pdns/recursordist/docs/manpages/pdns_recursor.1.rst

index ab4c6a9e73a784e634e3d392498570492695bb2e..e24bd70b53a4a793c5395331c195b927a1206b68 100644 (file)
@@ -1,13 +1,14 @@
 Running and Operating
 =====================
 
-PowerDNS is normally controlled via a SysV-style init.d script, often
-located in ``/etc/init.d`` or ``/etc/rc.d/init.d``. For Linux
-distributions with systemd, a service file is provided (either in the
-package or in the contrib directory of the tarball).
+On Linux, PowerDNS is controlled by a systemd service called ``pdns.service``.
+The service definition file should be installed by the binary package, and can also be found in the tarball (``pdns.service.in`` template file).
 
-Furthermore, PowerDNS can be run on the foreground for testing or in
-other init- systems that supervise processes.
+On non-Linux systems, a SysV-style init script can be used, and should be supplied by the operating system packages.
+
+Furthermore, PowerDNS can be run on the foreground for testing or for use with other init-systems that supervise processes.
+
+Also see :doc:`guides/virtual-instances`.
 
 .. _running-guardian:
 
index 3b1b4c6cdfe1beac0f71423101b6c0fd5a724f74..d3665f695bd311641d304b69cab169790c2323fe 100644 (file)
@@ -28,7 +28,7 @@ To stop the recursor by hand, run::
     # rec_control quit
 
 However, the recommended way of starting and stopping the recursor is to use
-the init.d script or :manpage:`systemctl(1)`.
+:manpage:`systemctl(1)` or the init.d script.
 
 Options
 -------