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
[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