From: Michael Orlitzky Date: Sun, 20 Aug 2017 14:49:57 +0000 (-0400) Subject: mail-filter/spamassassin: remove redundant systemd service file lines. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=db54891dc68ce65539310fefa703f82d5ce0bb2e;p=gentoo.git mail-filter/spamassassin: remove redundant systemd service file lines. This commit drops the StandardOutput=syslog and StandardError=syslog lines from the new systemd service file. The defaults for those two options are now "journal" which will eventually hit syslog anyway if the user so desires. Consequently, we drop After=syslog.target too. Thanks to grawity on Freenode for the tip. Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- diff --git a/mail-filter/spamassassin/files/spamassassin.service-r2 b/mail-filter/spamassassin/files/spamassassin.service-r2 index ecb9ba392167..803205717846 100644 --- a/mail-filter/spamassassin/files/spamassassin.service-r2 +++ b/mail-filter/spamassassin/files/spamassassin.service-r2 @@ -1,14 +1,12 @@ [Unit] Description=Spamassassin daemon -After=syslog.target network.target +After=network.target [Service] ExecStart=/usr/sbin/spamd $SPAMD_OPTS ExecReload=/bin/kill -HUP $MAINPID User=spamd Group=spamd -StandardOutput=syslog -StandardError=syslog [Install] WantedBy=multi-user.target