From 60cfa2393328d567e93e3d709be9696ec8bbc600 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 9 May 2014 16:25:25 +0200 Subject: [PATCH] sysdbd(1): Documented all signals handled by the daemon. --- doc/sysdbd.1.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/sysdbd.1.txt b/doc/sysdbd.1.txt index 52feaf0..c7d68ce 100644 --- a/doc/sysdbd.1.txt +++ b/doc/sysdbd.1.txt @@ -43,6 +43,19 @@ OPTIONS *-V*:: Display the version number and copyright information. +SIGNALS +------- + +*sysdbd* accepts and handles the following signals: + +*SIGINT*, *SIGTERM*:: + These signals initiate a clean shutdown and termination of the daemon. + +*SIGHUP*:: + This signal causes the daemon to re-read the configuration and reconfigure + all plugins. Plugins which are no longer in use will be disabled and + unloaded. Open client connections are not affected by this. + EXIT CODES ---------- *0*:: -- 2.30.2