]> source.dussan.org Git - rspamd.git/commitdiff
Implicit set LimitNOFILE as some versions of systemd do not parse 'infinity'... 1000/head
authorSteve Freegard <steve@freegard.name>
Mon, 3 Oct 2016 12:11:34 +0000 (13:11 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2016 12:11:34 +0000 (13:11 +0100)
rspamd.service

index 088274ea6a0708e3c18902c960c0b0c835c058ba..75cc5485c4380bbffe6f804c43d10c13c11aa706 100644 (file)
@@ -3,7 +3,7 @@ Description=rapid spam filtering system
 After=nss-lookup.target
 
 [Service]
-LimitNOFILE=infinity
+LimitNOFILE=1048576
 NonBlocking=true
 ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f
 User=_rspamd