From: Sebastian Harl Date: Fri, 9 May 2014 14:25:25 +0000 (+0200) Subject: sysdbd(1): Documented all signals handled by the daemon. X-Git-Tag: sysdb-0.1.0~34 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=60cfa2393328d567e93e3d709be9696ec8bbc600 sysdbd(1): Documented all signals handled by the daemon. --- 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*::