security/clamav: Add Restart command to cron (#4685)

This commit is contained in:
Michael
2025-05-08 12:47:16 +02:00
committed by GitHub
parent b8af35970e
commit 9fea9fd5e5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= clamav
PLUGIN_VERSION= 1.8
PLUGIN_REVISION= 2
PLUGIN_REVISION= 3
PLUGIN_COMMENT= Antivirus engine for detecting malicious threats
PLUGIN_DEPENDS= clamav
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -20,6 +20,7 @@ command:
/usr/local/etc/rc.d/clamav_clamd restart
parameters:
type:script
description:Restart ClamAV
message:restarting ClamAV
[status]