From 1d685926118a940f54059917067d66828aa91a4a Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 11 Nov 2025 10:45:17 +0100 Subject: [PATCH] clamav: use default clamd.comf path Signed-off-by: Simon L. --- Containers/clamav/supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containers/clamav/supervisord.conf b/Containers/clamav/supervisord.conf index e1216df5..1895ceb6 100644 --- a/Containers/clamav/supervisord.conf +++ b/Containers/clamav/supervisord.conf @@ -13,14 +13,14 @@ stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 -command=freshclam --foreground --stdout --daemon --daemon-notify=/tmp/clamd.conf +command=freshclam --foreground --stdout --daemon --daemon-notify=/etc/clamav/clamd.conf [program:clamd] stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 -command=clamd --foreground --config-file=/tmp/clamd.conf +command=clamd --foreground --config-file=/etc/clamav/clamd.conf [program:milter] stdout_logfile=/dev/stdout