Skip to content

Instantly share code, notes, and snippets.

@csymlstd
Created November 6, 2019 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csymlstd/5f5e2f3fa1e00b519e9e18f929b9cd87 to your computer and use it in GitHub Desktop.
Save csymlstd/5f5e2f3fa1e00b519e9e18f929b9cd87 to your computer and use it in GitHub Desktop.
Clam AV on Ubuntu for Drupal 8
## Drupal's ClamAV default settings should be adjusted to
## Daemon mode (over UNIX socket)
## /var/run/clamav/clamd.ctl
# stop the daemon
sudo systemctl stop clamav-freshclam
# update definitions
sudo freshclam
# start the daemon
sudo systemctl start clamav-freshclam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment