diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2023-07-20 14:49:56 +0200 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2023-08-08 08:50:52 +0200 |
commit | 9a869c897b263281c11edf23cc922d7c881f2670 (patch) | |
tree | 4cf12f38445e56aa71ea4529856142f13d68409c /systemd | |
parent | docs: generate documentation from poetry (diff) | |
download | knot-resolver-9a869c897b263281c11edf23cc922d7c881f2670.tar.xz knot-resolver-9a869c897b263281c11edf23cc922d7c881f2670.zip |
docs: references fixes
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/multiinst.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/multiinst.rst b/systemd/multiinst.rst index 2a5c63c0..00b18029 100644 --- a/systemd/multiinst.rst +++ b/systemd/multiinst.rst @@ -6,7 +6,7 @@ Multiple instances ================== .. note:: This section describes the usage of kresd when running under systemd. - For other uses, please refer to :ref:`usage-without-systemd`. + For other uses, please refer to :ref:`deployment-no-systemd`. Knot Resolver can utilize multiple CPUs running in multiple independent instances (processes), where each process utilizes at most single CPU core on your machine. If your machine handles a lot of DNS traffic run multiple instances. |