HOME


Mini Shell 1.0
Mosykay Billing App
Logo
Login
DIR: /proc/thread-self/root/etc/logrotate.d/
Upload File :
Current File : //proc/thread-self/root/etc/logrotate.d/syslog
/var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/cron /home/APACHE_ARCHIVES/syslog {
    sharedscripts
    compress
    rotate 8
    missingok
    postrotate
        /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
        /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}