Your IP : 216.73.216.94


Current Path : /proc/thread-self/root/etc/cron.daily/
Upload File :
Current File : //proc/thread-self/root/etc/cron.daily/logrotate

#!/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