Skip to content

[bug] Clamav test depends on multiple files

username-removed-2546 requested to merge (removed):improve_clamav_test into develop

The systemd clamav service depends on these files, see the /lib/systemd/system/clamav-daemon.service unit file:

ConditionPathExistsGlob=/var/lib/clamav/main.{c[vl]d,inc}
ConditionPathExistsGlob=/var/lib/clamav/daily.{c[vl]d,inc}

Also, leap test should always check for the freshclam daemon.

  • Resolves: #7683

Merge request reports