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 forclamd
.Have you installed
clamav-server-systemd
package?? This should fix your problem..You could create your own if needed:Check out https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/sect-managing_services_with_systemd-unit_files .