Code

Added the SysDB homepage to all manpages.
[sysdb.git] / doc / sysdbd.1.txt
index 52feaf0443eb370f415cbe58bc32073683201c6b..e14ed4322235513e8e81565ff9ebdc44554393ee 100644 (file)
@@ -1,7 +1,5 @@
 sysdbd(1)
 =========
-Sebastian "tokkee" Harl <sh@tokkee.org>
-version {package_version}, {build_date}
 :doctype: manpage
 
 NAME
@@ -15,9 +13,9 @@ SYNOPSIS
 DESCRIPTION
 -----------
 *sysdbd* is a multi-backend system management and inventory collection daemon.
-It may be used to (continuously) collect information from various backends
-(e.g., inventory services, monitoring services, configuration services) and
-provides a uniform combined view of all data.
+It stores system and inventory information about hardware and software
+systems. This information is (continuously) collected from various
+configurable backends.
 
 The main daemon itself is the central instance managing all collected
 information and doing the correlation of objects provided by different
@@ -43,6 +41,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*::
@@ -57,7 +68,9 @@ None known.
 
 SEE ALSO
 --------
-*sysdbd.conf*(5)
+manpage:sysdbd.conf[5]
+
+The SysDB homepage: http://sysdb.io/
 
 AUTHOR
 ------