From b4e10ed96876b077e70e123f6444d377185ec456 Mon Sep 17 00:00:00 2001 From: Peca Date: Mon, 18 Aug 2025 15:06:17 +0200 Subject: [PATCH] v-commander: disabling ClamAV --- bin/v-commander | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/v-commander b/bin/v-commander index ff99d0b0..a7fbf454 100644 --- a/bin/v-commander +++ b/bin/v-commander @@ -307,6 +307,9 @@ do systemctl stop clamav-daemon.service systemctl disable clamav-daemon.service + systemctl stop clamav-daemon.socket + systemctl disable clamav-daemon.socket + systemctl stop clamav-freshclam.service systemctl disable clamav-freshclam.service