Accepting request 742982 from security

- bsc#1151839: Increase the startup timeout of clamd to 5 minutes
  to cater for the grown virus database as a workaround until
  clamd has learned to talk to systemd to extend the timeout as
  long as needed.

OBS-URL: https://build.opensuse.org/request/show/742982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clamav?expand=0&rev=100
This commit is contained in:
Dominique Leuenberger 2019-10-27 12:40:55 +00:00 committed by Git OBS Bridge
commit 0fad9da013
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Oct 25 14:53:06 UTC 2019 - Reinhard Max <max@suse.com>
- bsc#1151839: Increase the startup timeout of clamd to 5 minutes
to cater for the grown virus database as a workaround until
clamd has learned to talk to systemd to extend the timeout as
long as needed.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 4 19:12:01 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de> Wed Sep 4 19:12:01 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -6,6 +6,7 @@ Requires=freshclam.service
[Service] [Service]
Type=forking Type=forking
ExecStart=/usr/sbin/clamd ExecStart=/usr/sbin/clamd
TimeoutStartSec=5min
;User=vscan ;User=vscan
;Group=vscan ;Group=vscan
;PrivateTmp=yes ;PrivateTmp=yes