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