From: Vladimír Čunát Date: Thu, 24 Apr 2025 07:25:59 +0000 (+0200) Subject: doc/dev/build: migrate the systemd section to 6.x style X-Git-Tag: v6.0.12~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e5b9dd3d1b19ab48a051a3413733de2ad2efb1;p=thirdparty%2Fknot-resolver.git doc/dev/build: migrate the systemd section to 6.x style --- diff --git a/doc/dev/build.rst b/doc/dev/build.rst index 6a26cdf46..cfcc7d5bc 100644 --- a/doc/dev/build.rst +++ b/doc/dev/build.rst @@ -266,13 +266,7 @@ are required, drop-in files should be used, instead of patching/changing the unit files themselves. To install systemd unit files, use the ``-Dsystemd_files=enabled`` build option. - -To support enabling services after boot, you must also link ``kresd.target`` to -``multi-user.target.wants``: - -.. code-block:: bash - - ln -s ../kresd.target /usr/lib/systemd/system/multi-user.target.wants/kresd.target +You can enable autostart of Knot Resolver by ``systemctl enable knot-resolver.service``. Trust anchors -------------