X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsystemd-stdout-syslog-bridge.service.in;h=4626145476df8b6e86ebcef1473ca983da4120f8;hb=ea41a8a973a7b9f628d93fa501131dfc2f6cc024;hp=23a5137068f6ce6633fa54ddbd8925e1ac6ad7f3;hpb=346bce1f4cff0096177c613987cdc80fa4ec134e;p=elogind.git diff --git a/units/systemd-stdout-syslog-bridge.service.in b/units/systemd-stdout-syslog-bridge.service.in index 23a513706..462614547 100644 --- a/units/systemd-stdout-syslog-bridge.service.in +++ b/units/systemd-stdout-syslog-bridge.service.in @@ -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