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
|
EnvironmentFile=-/etc/sysconfig/spamassassin
|
||||||
ExecStartPre=-/sbin/portrelease spamd
|
ExecStartPre=-/sbin/portrelease spamd
|
||||||
ExecStart=/usr/bin/spamd $SPAMDOPTIONS
|
ExecStart=/usr/bin/spamd $SPAMDOPTIONS
|
||||||
StandardOutput=syslog
|
StandardOutput=null
|
||||||
StandardError=syslog
|
StandardError=null
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
@ -69,7 +69,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents
|
|||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
#Release: 0.8.%{prerev}%{?dist}
|
#Release: 0.8.%{prerev}%{?dist}
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
URL: http://spamassassin.apache.org/
|
||||||
@ -370,6 +370,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user