]> git.pld-linux.org Git - packages/rsyslog.git/blame - rsyslog.logrotate
- new
[packages/rsyslog.git] / rsyslog.logrotate
CommitLineData
977afd2f
AM
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.079337 seconds and 4 git commands to generate.