summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-06-24 18:58:36 -0400
committerGitHub <noreply@github.com>2017-06-24 18:58:36 -0400
commit7e867138f586a7113f43cc6d42f6ce9720489e67 (patch)
tree0433b7c061546ab9ed913f648016d1a55af3a393 /units
parente7e11bbf340f031223b56442b3aa4f4220fed315 (diff)
parentaed24c4cd7641da6f530853d10637568c13c8f35 (diff)
downloadsystemd-7e867138f586a7113f43cc6d42f6ce9720489e67.tar.gz
Merge pull request #5600 from fbuihuu/make-logind-restartable
Make logind restartable.
Diffstat (limited to 'units')
-rw-r--r--units/systemd-logind.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in
index e20a3ad057..22d74f51d9 100644
--- a/units/systemd-logind.service.in
+++ b/units/systemd-logind.service.in
@@ -31,6 +31,7 @@ RestrictNamespaces=yes
RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @obsolete @raw-io @reboot @swap
SystemCallArchitectures=native
+FileDescriptorStoreMax=512
# Increase the default a bit in order to allow many simultaneous
# logins since we keep one fd open per session.