I have downloaded clamd (and clamav) and I'd like to run clamd with on-access scanning as a service with systemctl. Is this even possible on Centos 8? If not, is there a anticirus alternative which will allow me to scan files on access?
Failed to start clamd.service: Unit clamd.service not found.
Since CentOS 7.x, you need to use systemd
to create a .service file for clamd
.
Have you installed clamav-server-systemd
package?? This should fix your problem..You could create your own if needed: