spamassassin: drop obsolete command line options

This commit is contained in:
Peter Simons 2012-09-27 16:50:00 +02:00
parent 05beea5b4e
commit 9d83b8897b

View File

@ -43,7 +43,7 @@ in
description = "Spam Assassin Server";
startOn = "started networking and filesystem";
environment.TZ = config.time.timeZone;
exec = "${pkgs.spamassassin}/bin/spamd -C /etc/spamassassin/init.pre --siteconfigpath=/etc/spamassassin --username=spamd --pidfile=/var/run/spamd.pid";
exec = "${pkgs.spamassassin}/bin/spamd -D --username=spamd --pidfile=/var/run/spamd.pid";
};
};