Magellan Linux

Contents of /trunk/rsyslog/rsyslog.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1923 - (show annotations) (download)
Sat Oct 27 11:53:22 2012 UTC (11 years, 6 months ago) by niro
File size: 258 byte(s)
-systemd compat
1 #
2 # rsyslog logrotate config file
3 #
4
5 /var/log/messages
6 /var/log/secure
7 /var/log/maillog
8 /var/log/cron
9 /var/log/spooler
10 /var/log/boot.log {
11 sharedscripts
12 postrotate
13 /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
14 endscript
15 }