chiark / gitweb /
man: fix typo in sd_notify
[elogind.git] / units / systemd-logind.service.in
index 82a2c6a0ca21e70986bd2660261c19fa3f73f8ec..c332039e8775e70d094fddf6edd19916b9a28339 100644 (file)
@@ -15,4 +15,7 @@ ExecStart=@rootlibexecdir@/systemd-logind
 Type=dbus
 BusName=org.freedesktop.login1
 CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER
-StandardOutput=syslog
+
+# Increase the default a bit in order to allow many simultaneous
+# logins since we keep one fd open per session.
+LimitNOFILE=16384