/etc/cron.daily
NameSizeModeActions
csget32720700editdlrm
imunify-antivirus.cron23960755editdlrm
logrotate2280755editdlrm
Edit: /etc/cron.daily/logrotate (228B)
#!/bin/sh export TMPDIR=/var/spool/logrotate/tmp /usr/sbin/logrotate /etc/logrotate.conf EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]" fi exit $EXITVALUE