summaryrefslogtreecommitdiff
path: root/units/systemd-logind.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-logind.service.in
parentc8884aceefc85245b9bdfb626e2daf27521259bd (diff)
downloadsystemd-c02b6ee49637e0fe086c7ab25a2a9dc9130f5348.tar.gz
meson: define @HIGH_RLIMIT_NOFILE@ and use it everywhere
Diffstat (limited to 'units/systemd-logind.service.in')
-rw-r--r--units/systemd-logind.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in
index 8b264ff29d..961263f607 100644
--- a/units/systemd-logind.service.in
+++ b/units/systemd-logind.service.in
@@ -39,4 +39,4 @@ FileDescriptorStoreMax=512
# Increase the default a bit in order to allow many simultaneous logins since
# we keep one fd open per session.
-LimitNOFILE=262144
+LimitNOFILE=@HIGH_RLIMIT_NOFILE@