]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/user/gettingstarted-startup.rst: less strong formulation
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 3 May 2024 07:40:49 +0000 (09:40 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 24 Apr 2025 08:36:05 +0000 (10:36 +0200)
Some distros do enable knot-resolver.service on installation,
e.g. I quickly tried in a CentOS 9 LXC where it didn't start
immediately but it did after restarting the container.
I believe that customs of each distro should be followed here.

doc/user/gettingstarted-startup.rst

index b2680e9b4e916b8f24c67f247d9817613a6a2b3e..e24b5c05b5217bbb5f63d3f4a715797ace1d3873 100644 (file)
@@ -16,7 +16,7 @@ See logs and status of running instance with ``systemctl status knot-resolver.se
 
 .. warning::
 
-    ``knot-resolver.service`` is not enabled by default, thus Knot Resolver won't start automatically after reboot.
+    ``knot-resolver.service`` may not be enabled by default after installation, thus Knot Resolver might not start automatically after reboot.
     To start and enable service in one command use ``systemctl enable --now knot-resolver.service``
 
 Unfortunately, for some cases (typically Docker and minimalistic systems), ``systemd`` is not available, therefore it is not possible to use ``knot-resolver.service``.