diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-10-17 10:21:48 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-10-17 14:54:48 +0200 |
commit | c02b6ee49637e0fe086c7ab25a2a9dc9130f5348 (patch) | |
tree | c811226a7800853a0afeb9af39fb06794e8ae100 /units/systemd-logind.service.in | |
parent | main: introduce a define HIGH_RLIMIT_MEMLOCK similar to HIGH_RLIMIT_NOFILE (diff) | |
download | systemd-c02b6ee49637e0fe086c7ab25a2a9dc9130f5348.tar.xz systemd-c02b6ee49637e0fe086c7ab25a2a9dc9130f5348.zip |
meson: define @HIGH_RLIMIT_NOFILE@ and use it everywhere
Diffstat (limited to 'units/systemd-logind.service.in')
-rw-r--r-- | units/systemd-logind.service.in | 2 |
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@ |