From: Mark Andrews Date: Wed, 26 Jun 2024 00:55:24 +0000 (+1000) Subject: Document that SIGUSR1 closes log files X-Git-Tag: alessio/regression/026024a6ae~22^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=88dfe502897a693e61eeeaaf6a2866e45da9c0dc;p=thirdparty%2Fbind9.git Document that SIGUSR1 closes log files --- diff --git a/doc/arm/dns-ops.inc.rst b/doc/arm/dns-ops.inc.rst index abb6bcf7667..d5a8b7aa863 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. |