chiark / gitweb /
journald: flush /run to /var as soon as it becomes available
[elogind.git] / units / systemd-logind.service.in
index 52c4acfea7510f7012c08b0657c4c5447c96fe5d..4241b8b32003ca7e4508d1907ea48b913ed4e3a9 100644 (file)
@@ -14,4 +14,9 @@ Description=Login Service
 ExecStart=@rootlibexecdir@/systemd-logind
 Type=dbus
 BusName=org.freedesktop.login1
-CapabilityBoundingSet=
+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