diff options
Diffstat (limited to 'units/systemd-journal-gatewayd.service.in')
-rw-r--r-- | units/systemd-journal-gatewayd.service.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/units/systemd-journal-gatewayd.service.in b/units/systemd-journal-gatewayd.service.in index 5bd8e4b341..987220e554 100644 --- a/units/systemd-journal-gatewayd.service.in +++ b/units/systemd-journal-gatewayd.service.in @@ -20,5 +20,9 @@ PrivateNetwork=yes ProtectSystem=full ProtectHome=yes +# If there are many split upjournal files we need a lot of fds to +# access them all and combine +LimitNOFILE=16384 + [Install] Also=systemd-journal-gatewayd.socket |