Browse Source

Remove open-file limit in systemd service

tags/1.4.0
Steve Freegard 7 years ago
parent
commit
c4a261bcad
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      rspamd.service

+ 1
- 0
rspamd.service View File

@@ -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

Loading…
Cancel
Save