/etc/cron.daily
NameSizeModeActions
csget33170700editdlrm
logrotate1890755editdlrm
Edit: /etc/cron.daily/logrotate (189B)
#!/bin/sh /usr/sbin/logrotate /etc/logrotate.conf EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]" fi exit $EXITVALUE