Browse Source

[Fix] Remove Type=forking from systemd unit file (#709)

pull/731/head
Andrew Lewis 9 years ago
parent
commit
ad27ca8449
  1. 1
      rspamd.service

1
rspamd.service

@ -3,7 +3,6 @@ Description=rapid spam filtering system
After=nss-lookup.target
[Service]
Type=forking
NonBlocking=true
ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f
User=_rspamd

Loading…
Cancel
Save