Code

Added the SysDB homepage to all manpages.
[sysdb.git] / doc / sysdbd-syslog.5.txt
1 sysdbd-syslog(5)
2 ================
3 :doctype: manpage
5 NAME
6 ----
7 sysdbd-syslog - syslog plugin
9 SYNOPSIS
10 --------
11   LoadPlugin syslog
13 DESCRIPTION
14 -----------
15 *syslog* is a plugin which connects to the local syslog daemon and forwards
16 all log messages to it.
18 CONFIGURATION
19 -------------
20 *syslog* does not currently accept any configuration options.
22 SEE ALSO
23 --------
24 manpage:sysdbd[1], manpage:sysdbd.conf[5]
26 The SysDB homepage: http://sysdb.io/
28 AUTHOR
29 ------
30 SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
32 COPYRIGHT
33 ---------
34 Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
36 This is free software under the terms of the BSD license, see the source for
37 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
38 FITNESS FOR A PARTICULAR PURPOSE.
40 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :