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:
commit
0fad9da013
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user