From 7b907e7691639b3295d96080cd25adeb00bbe25b Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Va=C5=A1ek?= Date: Thu, 23 Jul 2026 14:45:56 +0200 Subject: [PATCH] man/knotd: mention SIGTERM as a handled signal --- doc/man_knotd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man_knotd.rst b/doc/man_knotd.rst index ced72a84e5..77a6067e2e 100644 --- a/doc/man_knotd.rst +++ b/doc/man_knotd.rst @@ -54,7 +54,7 @@ Signals The `knotd` process handles the following signals: -- SIGINT – Stop the process. +- SIGTERM or SIGINT – Gracefully stop the process. - SIGHUP – Reload the server configuration and reopen configured log files. - SIGUSR1 – Reload all configured zones (not recommended with catalog zones). -- 2.47.3