From 880822fa20159fc8cc520347c1a5f52363804d08 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Thu, 22 Jul 2021 03:18:25 +0000 Subject: [PATCH] Attempt to prevent disk full on freshclam failure --- .../Fedora/34/usr/lib/systemd/system/clamav-freshclam.service | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/Fedora/34/usr/lib/systemd/system/clamav-freshclam.service b/templates/Fedora/34/usr/lib/systemd/system/clamav-freshclam.service index 896c29d..2012214 100644 --- a/templates/Fedora/34/usr/lib/systemd/system/clamav-freshclam.service +++ b/templates/Fedora/34/usr/lib/systemd/system/clamav-freshclam.service @@ -8,7 +8,6 @@ After=network-online.target [Service] ExecStart=/usr/bin/freshclam -d --foreground=true -Restart=on-failure [Install] WantedBy=multi-user.target