Skip to content

Commit

Permalink
Merge pull request #34 from fkleon/master
Browse files Browse the repository at this point in the history
Debian/Ubuntu: Fix location of freshclam.conf
  • Loading branch information
geerlingguy authored Aug 8, 2024
2 parents ad06fa1 + 363f743 commit 5bb53ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Available variables are listed below, along with default values (see `defaults/m

clamav_daemon_localsocket: /var/run/clamav/clamd.ctl
clamav_daemon_config_path: /etc/clamav/clamd.conf
clamav_freshclam_daemon_config_path: /etc/freshclam.conf
clamav_freshclam_daemon_config_path: /etc/clamav/freshclam.conf

Path configuration for ClamAV daemon. These are hardcoded specifically for each OS family (Debian and Red Hat) and cannot be overidden.

Expand Down
2 changes: 1 addition & 1 deletion vars/Debian.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
clamav_daemon_localsocket: /var/run/clamav/clamd.ctl
clamav_daemon_config_path: /etc/clamav/clamd.conf
clamav_freshclam_daemon_config_path: /etc/freshclam.conf
clamav_freshclam_daemon_config_path: /etc/clamav/freshclam.conf
__clamav_daemon: 'clamav-daemon'
__clamav_freshclam_daemon: 'clamav-freshclam'
__clamav_packages:
Expand Down

0 comments on commit 5bb53ca

Please sign in to comment.