- 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/package/show/security/clamav?expand=0&rev=191
This commit is contained in:
Reinhard Max 2019-10-25 14:54:38 +00:00 committed by Git OBS Bridge
parent 2f65992cdb
commit 61f3c20dcc
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>

View File

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