[spamassassin] Don't daemonize the process on systemd machines
Running spamassassin with -d causes it to fail on systemd. Let's remove it. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
80366bda57
commit
e82fc43981
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
# Options to spamd
|
||||
SPAMDOPTIONS="-d -c -m20 -H -u spammy -g spammy"
|
||||
SPAMDOPTIONS="-c -m20 -H -u spammy -g spammy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue