Signals
.......
-If the `knotd` process receives a SIGHUP signal, it reloads its configuration and
-reopens the log files, if they are configured. When `knotd` receives a SIGUSR1
-signal, it reloads all configured zones. Upon receiving a SIGINT signal, `knotd`
-exits.
+The `knotd` process handles the following signals:
+
+- SIGINT – Stop the process.
+- SIGHUP – Reload the server configuration and reopen configured log files.
+- SIGUSR1 – Reload all configured zones (not recommended with catalog zones).
Exit values
-----------