]> git.ipfire.org Git - thirdparty/systemd.git/commit
coredump: Add --all option
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 6 Oct 2021 12:47:46 +0000 (13:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Oct 2021 20:13:12 +0000 (22:13 +0200)
commitd888ef68d11de94c975d3418d600a11e516efdc6
tree735f33877f8246fbb3b998561c061bca4172af98
parent7cfe9ec983d916ba05df39bf0124536666a8ff4f
coredump: Add --all option

This option has coredumpctl look at all journals instead of only the
local ones. This allows coredumpctl to show information about remote
coredumps if the coredumps are made available in /var/lib/systemd/coredump
and the corresponding journals are made available in /var/log/journal.

This is already possible using the --directory option but --all makes it
more user friendly since users don't have to enter the journal directory
anymore as long as it's available under /var/log/journal.
man/coredumpctl.xml
shell-completion/bash/coredumpctl
shell-completion/zsh/_coredumpctl
src/coredump/coredumpctl.c