Annotation of /trunk/rsyslog/rsyslog.logrotate
Parent Directory | Revision Log
Revision 1338 -
(hide annotations)
(download)
Thu Jun 2 17:17:44 2011 UTC (13 years, 5 months ago) by niro
File size: 635 byte(s)
Thu Jun 2 17:17:44 2011 UTC (13 years, 5 months ago) by niro
File size: 635 byte(s)
-added rsyslog to the tree with full systemd compat
1 | niro | 1338 | # |
2 | # rsyslog logrotate config file | ||
3 | # | ||
4 | |||
5 | |||
6 | /var/log/messages { | ||
7 | sharedscripts | ||
8 | postrotate | ||
9 | /etc/init.d/rsyslog reload >/dev/null | ||
10 | endscript | ||
11 | } | ||
12 | |||
13 | /var/log/secure { | ||
14 | sharedscripts | ||
15 | postrotate | ||
16 | /etc/init.d/rsyslog reload >/dev/null | ||
17 | endscript | ||
18 | } | ||
19 | |||
20 | /var/log/maillog { | ||
21 | sharedscripts | ||
22 | postrotate | ||
23 | /etc/init.d/rsyslog reload >/dev/null | ||
24 | endscript | ||
25 | } | ||
26 | |||
27 | /var/log/cron { | ||
28 | sharedscripts | ||
29 | postrotate | ||
30 | /etc/init.d/rsyslog reload >/dev/null | ||
31 | endscript | ||
32 | } | ||
33 | |||
34 | /var/log/spooler { | ||
35 | sharedscripts | ||
36 | postrotate | ||
37 | /etc/init.d/rsyslog reload >/dev/null | ||
38 | endscript | ||
39 | } | ||
40 | |||
41 | /var/log/boot.log { | ||
42 | sharedscripts | ||
43 | postrotate | ||
44 | /etc/init.d/rsyslog reload >/dev/null | ||
45 | endscript | ||
46 | } |