| # Run freshclam as a daemon. | |
| [Unit] | |
| Description = ClamAV Freshclam service. | |
| After = network.target | |
| [Service] | |
| Type = forking | |
| ExecStart = /usr/bin/freshclam --daemon --checks 2 | |
| Restart = on-failure | |
| PrivateTmp = true | |
| [Install] | |
| WantedBy=multi-user.target |
|
Ansible Role: ClamAV. Installs ClamAV on RedHat/CentOS and Debian/Ubuntu Linux servers. Requirements. None. Role Variables. Available variables are listed below, along with default values (see defaults/main.yml):. clamav_packages: - clamav - clamav-base - clamav-daemon
github.com
|