You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516
  1. [Unit]
  2. Description=rapid spam filtering system
  3. After=nss-lookup.target
  4. [Service]
  5. LimitNOFILE=1048576
  6. NonBlocking=true
  7. ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f
  8. ExecReload=/bin/kill -HUP $MAINPID
  9. User=_rspamd
  10. RuntimeDirectory=rspamd
  11. RuntimeDirectoryMode=0755
  12. Restart=always
  13. [Install]
  14. WantedBy=multi-user.target