From 67e4df6a3f439452f284619b3be0ea765f215773 Mon Sep 17 00:00:00 2001 From: Vasek Sraier Date: Mon, 6 Mar 2023 11:56:55 +0100 Subject: [PATCH] doc: deployment: manual and fixes --- doc/deployment-advanced.rst | 2 +- doc/deployment-manual.rst | 4 +++- doc/deployment-no-systemd.rst | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/deployment-advanced.rst b/doc/deployment-advanced.rst index 0dc27d49e..8b39b23fa 100644 --- a/doc/deployment-advanced.rst +++ b/doc/deployment-advanced.rst @@ -6,4 +6,4 @@ Advanced :maxdepth: 2 deployment-advanced-no-manager - config-no-systemd \ No newline at end of file + deployment-no-systemd \ No newline at end of file diff --git a/doc/deployment-manual.rst b/doc/deployment-manual.rst index 48fa0d112..5d05847d8 100644 --- a/doc/deployment-manual.rst +++ b/doc/deployment-manual.rst @@ -2,4 +2,6 @@ Manual ****** -TODO how to run it manually without systemd, what are the requirements \ No newline at end of file +The Knot Resolver can be started with the command ``knot-resolver``. You can provide an optional argument ``--config path/to/config.yml`` to load a different than default configuration file. + +The resolver does not have any external runtime dependencies and it should be able to run in most environments. The resolver does not interact with cgroups or namespaces and you can run it multiple times as long as you use a different runtime directory in the configuration. \ No newline at end of file diff --git a/doc/deployment-no-systemd.rst b/doc/deployment-no-systemd.rst index 6aeb142e1..ff5f94513 100644 --- a/doc/deployment-no-systemd.rst +++ b/doc/deployment-no-systemd.rst @@ -3,7 +3,7 @@ .. _usage-without-systemd: ***************************************** -Usage without systemd and without systemd +Usage without systemd and without manager ***************************************** .. tip:: Our upstream packages use systemd integration, which is the recommended -- 2.47.3