From a963990ff4ebc7908d3cf82bbd8cf34a42d57b7f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Jul 2012 01:08:38 +0200 Subject: journal: rework directory enumeration/watch logic There's now sd_journal_new_directory() for watching specific journal directories. This is exposed in journalctl -D. sd_journal_wait() and sd_journal_process() now return whether changes in the journal are invalidating or just appending. We now create inotify kernel watches only when we actually need them --- man/journalctl.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'man') diff --git a/man/journalctl.xml b/man/journalctl.xml index bbc9b34151..ffe988a619 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -217,6 +217,18 @@ current boot. + + + + + Takes an absolute + directory path as argument. If + specified will opearte on the + specified journal directory instead of + the default runtime and system journal + paths. + + -- cgit v1.2.3-54-g00ecf