summaryrefslogtreecommitdiffstats
path: root/source/a/sysklogd/config/syslog.logrotate
blob: 031e68df0194b6af55369bd268ee165f6e99bfed (plain) (blame)
1
2
3
4
5
6
/var/log/cron /var/log/debug /var/log/maillog /var/log/messages /var/log/secure /var/log/spooler /var/log/syslog {
    sharedscripts
    postrotate
	/bin/kill -HUP `cat /var/run/syslogd.pid 2>/dev/null` 2>/dev/null || true
    endscript
}