From: Steve Freegard Date: Mon, 3 Oct 2016 11:31:53 +0000 (+0100) Subject: Remove open-file limit in systemd service X-Git-Tag: 1.4.0~329^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a261bcad404f534c274acf75e926fd6ddc40e6;p=thirdparty%2Frspamd.git Remove open-file limit in systemd service --- diff --git a/rspamd.service b/rspamd.service index cb03bc279d..088274ea6a 100644 --- a/rspamd.service +++ b/rspamd.service @@ -3,6 +3,7 @@ Description=rapid spam filtering system After=nss-lookup.target [Service] +LimitNOFILE=infinity NonBlocking=true ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f User=_rspamd