- 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:
parent
2f65992cdb
commit
61f3c20dcc
@ -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>
|
||||
|
||||
|
@ -6,6 +6,7 @@ Requires=freshclam.service
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/clamd
|
||||
TimeoutStartSec=5min
|
||||
;User=vscan
|
||||
;Group=vscan
|
||||
;PrivateTmp=yes
|
||||
|
Loading…
Reference in New Issue
Block a user