From 88dfe502897a693e61eeeaaf6a2866e45da9c0dc Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 26 Jun 2024 10:55:24 +1000 Subject: [PATCH] Document that SIGUSR1 closes log files --- doc/arm/dns-ops.inc.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/arm/dns-ops.inc.rst b/doc/arm/dns-ops.inc.rst index abb6bcf766..d5a8b7aa86 100644 --- a/doc/arm/dns-ops.inc.rst +++ b/doc/arm/dns-ops.inc.rst @@ -236,6 +236,8 @@ described in the following table. These signals can be sent using the | ``SIGHUP`` | Causes the server to read :iscman:`named.conf` and reload | | | the database. | +--------------+-------------------------------------------------------------+ +| ``SIGUSR1`` | Causes the server close the currently open log files | ++--------------+-------------------------------------------------------------+ | ``SIGTERM`` | Causes the server to clean up and exit. | +--------------+-------------------------------------------------------------+ | ``SIGINT`` | Causes the server to clean up and exit. |