summaryrefslogtreecommitdiffstats
path: root/doc/rsconf1_modload.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rsconf1_modload.html')
-rw-r--r--doc/rsconf1_modload.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rsconf1_modload.html b/doc/rsconf1_modload.html
index 48bb8ab0..cd0816c4 100644
--- a/doc/rsconf1_modload.html
+++ b/doc/rsconf1_modload.html
@@ -11,6 +11,9 @@
The plug-in must obey the rsyslog module API. Currently, only MySQL is available
as a plugin, but others may create their own. A plug-in must be loaded BEFORE
any configuration file lines that reference it.</p>
+<p>Modules must be present in the system default destination for rsyslog
+modules. You can also set the direcotry via the <a href="rsconf1_moddir.html">
+$ModDir</a> directive.</p>
<p><b>Sample:</b></p>
<p><code><b>$ModLoad MySQL&nbsp; # load MySQL functionality</b></code></p>