Adding variable for signature database checks per day
This commit is contained in:
parent
81beb69a5f
commit
d10c4fd885
4 changed files with 6 additions and 3 deletions
|
@ -16,7 +16,7 @@ sed -i 's/^#MaxIconsPE .*$/MaxIconsPE '"$MAX_ICONSPE"'/g' /etc/clamav/clamd.conf
|
|||
sed -i 's/^#PCREMatchLimit.*$/PCREMatchLimit '"$PCRE_MATCHLIMIT"'/g' /etc/clamav/clamd.conf
|
||||
sed -i 's/^#PCRERecMatchLimit .*$/PCRERecMatchLimit '"$PCRE_RECMATCHLIMIT"'/g' /etc/clamav/clamd.conf
|
||||
|
||||
freshclam -d &
|
||||
freshclam --daemon --checks=$SIGNATURE_CHECKS &
|
||||
clamd &
|
||||
/usr/bin/clamav-rest &
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue