From 79b6f0cb9cb1b872c3f582b3cd2d0f35403487b3 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 2 Sep 2023 23:51:50 -0400 Subject: [PATCH] add conf to clamav --- arch/base.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/arch/base.md b/arch/base.md index 27aadc7..2c2bdc6 100644 --- a/arch/base.md +++ b/arch/base.md @@ -23,6 +23,7 @@ I have instructions for building a: - [Install Apparmor](#install-apparmor) - [Custom Profiles](#custom-profiles) - [ClamAV](#clamav) + - [Config](#config) - [btrbk](#btrbk) - [fstab](#fstab) - [Snapshots](#snapshots) @@ -431,6 +432,15 @@ Access Modes 3. `systemctl enable --now clamav-daemon.service` 4. `clamdscan --multiscan --fdpass /home/ducoterra` +##### Config + +```conf +UpdateLogFile /var/log/clamav/freshclam.log +PidFile /run/clamav/freshclam.pid +DatabaseMirror database.clamav.net +NotifyClamd /etc/clamav/clamd.conf +``` + #### btrbk ```bash @@ -1045,4 +1055,4 @@ alias lsc='find . -type f | wc -l' ## ls sort by last modified ## alias lmt='ls -t -1' -``` \ No newline at end of file +```