Adjust systemd unit to not log to syslog since spamd does it already.
- Fixes bug #1107541
This commit is contained in:
parent
cf15a241fa
commit
17e48507ee
@ -6,8 +6,8 @@ After=syslog.target network.target
|
||||
EnvironmentFile=-/etc/sysconfig/spamassassin
|
||||
ExecStartPre=-/sbin/portrelease spamd
|
||||
ExecStart=/usr/bin/spamd $SPAMDOPTIONS
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
StandardOutput=null
|
||||
StandardError=null
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
@ -69,7 +69,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents
|
||||
Name: spamassassin
|
||||
Version: 3.4.0
|
||||
#Release: 0.8.%{prerev}%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: Applications/Internet
|
||||
URL: http://spamassassin.apache.org/
|
||||
@ -370,6 +370,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2014 Kevin Fenzi <kevin@scrye.com> 3.4.0-6
|
||||
- Adjust systemd unit to not log to syslog since spamd does it already.
|
||||
- Fixes bug #1107541
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user