edestecd / puppet-clamav

Puppet Module for managing ClamAV
GNU General Public License v3.0
6 stars 59 forks source link

The clamav-daemon service needs the signature file to start #58

Open Romiko opened 6 years ago

Romiko commented 6 years ago

The clamav-daemon service needs the signature file to start (created by clamav-freshclam). Sometimes it takes more than 1 minute since clamav-freshclam is started for the first time.

Please wait 2 minutes between:

sudo service clamav-freshclam restart sudo service clamav-daemon start

Is it possible for the module to do this, so that service clamav-freshclam starts first, then 2 minutes later clamav-daemon

Thanks

alexjfisher commented 5 years ago

@Romiko You didn't say which OS you are using, but since you have a clamav-freshclam service, I'm guessing it's not RHEL/CentOS?

Does https://github.com/edestecd/puppet-clamav/pull/64 work for you?