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.

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