X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsystemd-journal-upload.service.in;h=b2e3c769cce8db0fa333ec5ee5079f2b755eb94b;hp=e79f96204394e90aec19aafea3ac513231595650;hb=de45d726034f33afdb0a185e62fc61bf10a0acd2;hpb=fa8b8030a476f1a4fd8c0f00423351788d36bd3a diff --git a/units/systemd-journal-upload.service.in b/units/systemd-journal-upload.service.in index e79f96204..b2e3c769c 100644 --- a/units/systemd-journal-upload.service.in +++ b/units/systemd-journal-upload.service.in @@ -7,6 +7,7 @@ [Unit] Description=Journal Remote Upload Service +After=network.target [Service] ExecStart=@rootlibexecdir@/systemd-journal-upload \ @@ -16,6 +17,9 @@ PrivateTmp=yes PrivateDevices=yes WatchdogSec=20min +# If there are many split up journal files we need a lot of fds to +# access them all and combine +LimitNOFILE=16384 + [Install] WantedBy=multi-user.target -After=network.target