[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:
Michal Konecny 2024-06-27 16:21:09 +02:00 committed by zlopez
parent 80366bda57
commit e82fc43981

View file

@ -1,2 +1,2 @@
# Options to spamd
SPAMDOPTIONS="-d -c -m20 -H -u spammy -g spammy"
SPAMDOPTIONS="-c -m20 -H -u spammy -g spammy"