Your IP : 216.73.217.87


Current Path : /etc/cron.daily/
Upload File :
Current File : //etc/cron.daily/logrotate

#!/bin/sh
/usr/sbin/logrotate /etc/logrotate.conf \
 || { /usr/bin/logger -t logrotate "ALERT - exited abnormally." && false ; }