Fix clamav_service variable to "clamav-daemon"

The ClamAV daemon on Ubuntu is clamav-daemon, rather than clamd.

Change-Id: Ifb04045cd80f236cf41b4b86000561136b631e4a
This commit is contained in:
Matthew Keeler 2017-01-16 20:07:15 -06:00
parent 8b1db9e5e7
commit cdcfb4680c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ chrony_conf_file: /etc/chrony/chrony.conf
cron_service: cron
ssh_service: ssh
chrony_service: chrony
clamav_service: clamd
clamav_service: clamav-daemon
# Commands
grub_update_cmd: "update-grub"