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.
.. 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``.