summaryrefslogtreecommitdiffstats
path: root/redhat/rsyslog.log
blob: e0593a26267e2201e36cf4387647ce6151d0bd63 (plain)
1
2
3
4
5
6
/var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/cron {
    sharedscripts
    postrotate
        /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}