]> git.pld-linux.org Git - packages/rsyslog.git/blob - rsyslog.logrotate
- new
[packages/rsyslog.git] / rsyslog.logrotate
1 /var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/cron {
2     sharedscripts
3     postrotate
4         /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
5     endscript
6 }
This page took 0.023353 seconds and 3 git commands to generate.