Also fix type of clamav-milter.service

This commit is contained in:
Sérgio M. Basto 2018-01-17 20:49:23 +00:00
parent 99fd834836
commit f02bd6b37a
2 changed files with 4 additions and 3 deletions

View File

@ -6,8 +6,8 @@ Before = postfix.service
After = clamd@scan.service
[Service]
Type = simple
ExecStart = /usr/sbin/clamav-milter -c /etc/mail/clamav-milter.conf --foreground=yes
Type = forking
ExecStart = /usr/sbin/clamav-milter -c /etc/mail/clamav-milter.conf
Restart = on-failure
User=clamilt

View File

@ -942,9 +942,10 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
%changelog
* Tue Jan 16 2018 Orion Poplawski <orion@nwra.com> - 0.99.2-18
* Wed Jan 17 2018 Sérgio Basto <sergio@serjux.com> - 0.99.2-18
- Fix type of clamd@ service
- Fix packages name of Obsoletes directives
- Also fix type of clamav-milter.service
* Thu Jan 11 2018 Sérgio Basto <sergio@serjux.com> - 0.99.2-17
- Security fixes CVE-2017-6420 (#1483910), CVE-2017-6418 (#1483908)