make ulimit default consistent with clamd.conf default

git-svn: trunk@3846
remotes/push_mirror/metadata
Török Edvin 17 years ago
parent 48fd4f8772
commit f66f3b68ae
  1. 2
      contrib/init/RedHat/clamav-milter

@ -35,7 +35,7 @@ start() {
fi fi
# Don't allow files larger than 20M to be created, to limit DoS # Don't allow files larger than 20M to be created, to limit DoS
# Needs to be large enough to extract the signature files # Needs to be large enough to extract the signature files
ulimit -f 20000 ulimit -f 25600
LANG= daemon clamav-milter ${CLAMAV_FLAGS} LANG= daemon clamav-milter ${CLAMAV_FLAGS}
RETVAL=$? RETVAL=$?
echo echo

Loading…
Cancel
Save