summaryrefslogtreecommitdiff
path: root/units/systemd-journald.service.in
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-10-17 10:21:48 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-10-17 14:54:48 +0200
commitc02b6ee49637e0fe086c7ab25a2a9dc9130f5348 (patch)
treec811226a7800853a0afeb9af39fb06794e8ae100 /units/systemd-journald.service.in
parentc8884aceefc85245b9bdfb626e2daf27521259bd (diff)
downloadsystemd-c02b6ee49637e0fe086c7ab25a2a9dc9130f5348.tar.gz
meson: define @HIGH_RLIMIT_NOFILE@ and use it everywhere
Diffstat (limited to 'units/systemd-journald.service.in')
-rw-r--r--units/systemd-journald.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in
index 2c09a8b352..41cac8cf65 100644
--- a/units/systemd-journald.service.in
+++ b/units/systemd-journald.service.in
@@ -37,4 +37,4 @@ IPAddressDeny=any
# If there are many split up journal files we need a lot of fds to access them
# all in parallel.
-LimitNOFILE=262144
+LimitNOFILE=@HIGH_RLIMIT_NOFILE@