]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: bump the RLIMIT_NOFILE soft limit for all services that access the journal
authorLennart Poettering <lennart@poettering.net>
Mon, 1 Oct 2018 16:08:27 +0000 (18:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 16 Oct 2018 14:33:55 +0000 (16:33 +0200)
commitc35ee02c61d17b0656e16b0b2fa0449bda9df507
tree859db77c0f36b0207d65e32ac5358f7fb6562d9c
parent52d620757817bc0fa7de3ddbe43024544ced7ea0
units: bump the RLIMIT_NOFILE soft limit for all services that access the journal

This updates the unit files of all our serviecs that deal with journal
stuff to use a higher RLIMIT_NOFILE soft limit by default. The new value
is the same as used for the new HIGH_RLIMIT_NOFILE we just added.

With this we ensure all code that access the journal has higher
RLIMIT_NOFILE. The code that runs as daemon via the unit files, the code
that is run from the user's command line via C code internal to the
relevant tools. In some cases this means we'll redundantly bump the
limits as there are tools run both from the command line and as service.
units/systemd-journal-gatewayd.service.in
units/systemd-journal-remote.service.in
units/systemd-journal-upload.service.in
units/systemd-journald.service.in
units/systemd-logind.service.in