Stop clamd service and disable at boot time on CentOS

To stop the service run:

systemctl stop 'clamd@amavisd'

To disable the service run:

systemctl disable 'clamd@amavisd'

To stop and disable the Clamd service run the following command:

systemctl disable 'clamd@amavisd'; systemctl stop 'clamd@amavisd';