diff options
Diffstat (limited to 'doc/omjournal.html')
-rw-r--r-- | doc/omjournal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/omjournal.html b/doc/omjournal.html index 263fd20a..8fa8c4fb 100644 --- a/doc/omjournal.html +++ b/doc/omjournal.html @@ -63,7 +63,7 @@ input(type="imudp" port="514" ruleset="writeToJournal") /* inside that ruleset, we just write data to the journal: */ ruleset(name="writeToJournal") { - action(type="mmjournal") + action(type="omjournal") } </textarea> <p>Note that this can be your sole rsyslog.conf if you do not use rsyslog |