]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/journal/journalctl.c
tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journal
authorLennart Poettering <lennart@poettering.net>
Mon, 1 Oct 2018 15:44:46 +0000 (17:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 16 Oct 2018 14:33:55 +0000 (16:33 +0200)
commit1abaf4887dde91bd19b36a80475a8eb03f363590
treeb079972de26115cb375cda6c017851f9cf6c321a
parent99ab6fdf8c68bbe05a127b59ae03d2156d6ea856
tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journal

This makes use of rlimit_nofile_bump() in all tools that access the
journal. In some cases this replaces older code to achieve this, and
others we add it in where it was missing.
src/coredump/coredumpctl.c
src/journal-remote/journal-remote-main.c
src/journal-remote/journal-upload.c
src/journal/journalctl.c
src/login/loginctl.c
src/machine/machinectl.c
src/systemctl/systemctl.c