chiark / gitweb /
random-seed: convert poolsize from bits to bytes
[elogind.git] / units / systemd-stdout-syslog-bridge.service.in
index 23a5137068f6ce6633fa54ddbd8925e1ac6ad7f3..4626145476df8b6e86ebcef1473ca983da4120f8 100644 (file)
@@ -18,3 +18,7 @@ ExecStart=@rootlibexecdir@/systemd-stdout-syslog-bridge
 NotifyAccess=all
 StandardOutput=null
 CapabilityBoundingSet=CAP_SYS_ADMIN CAP_SETUID CAP_SETGID
+
+# Increase the default a bit in order to allow many simultaneous
+# services being run since we keep one fd open per service.
+LimitNOFILE=16384