Code

sysdbd(1): Documented all signals handled by the daemon.
authorSebastian Harl <sh@tokkee.org>
Fri, 9 May 2014 14:25:25 +0000 (16:25 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 9 May 2014 14:25:25 +0000 (16:25 +0200)
doc/sysdbd.1.txt

index 52feaf0443eb370f415cbe58bc32073683201c6b..c7d68ce9361bb16d8ab567f4bf28e1a6f2185ca9 100644 (file)
@@ -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*::