Fix type of clamd@ service

This commit is contained in:
Orion Poplawski 2018-01-16 09:11:29 -07:00
parent 0250ae4d05
commit 8e91346cb1
2 changed files with 5 additions and 2 deletions

View File

@ -70,7 +70,7 @@ Requires(postun): /bin/systemctl\
Summary: End-user tools for the Clam Antivirus scanner
Name: clamav
Version: 0.99.2
Release: 17%{?dist}
Release: 18%{?dist}
License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
Group: Applications/File
URL: http://www.clamav.net
@ -942,6 +942,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
%changelog
* Tue Jan 16 2018 Orion Poplawski <orion@nwra.com> - 0.99.2-18
- Fix type of clamd@ 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)

View File

@ -3,6 +3,6 @@ Description = clamd scanner (%i) daemon
After = syslog.target nss-lookup.target network.target
[Service]
Type = forking
Type = simple
ExecStart = /usr/sbin/clamd -c /etc/clamd.d/%i.conf --foreground=yes
Restart = on-failure