diff options
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/journalctl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 7f4bc3229c..328e40b416 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -837,6 +837,8 @@ static int list_boots(sd_journal *j) { if (r < 0) return r; + pager_open_if_enabled(); + SD_JOURNAL_FOREACH_UNIQUE(j, data, length) { assert(startswith(data, "_BOOT_ID=")); |