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.

rspamd.service 189B

12345678910
  1. [Unit]
  2. Description=rapid spam filtering system
  3. After=nss-lookup.target
  4. [Service]
  5. ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f
  6. User=_rspamd
  7. [Install]
  8. WantedBy=multi-user.target