]> git.proxmox.com Git - mirror_frr.git/blob - redhat/frr.logrotate
Merge pull request #11061 from pguibert6WIND/debug_isis_bfd_too
[mirror_frr.git] / redhat / frr.logrotate
1 /var/log/frr/frr.log {
2 notifempty
3 missingok
4 postrotate
5 /bin/kill -HUP `cat /var/run/*syslog*.pid 2> /dev/null` 2> /dev/null || true
6 endscript
7 }
8
9 /var/log/frr/zebra.log {
10 notifempty
11 missingok
12 postrotate
13 /bin/kill -USR1 `cat /var/run/frr/zebra.pid 2> /dev/null` 2> /dev/null || true
14 endscript
15 }
16
17 /var/log/frr/babeld.log {
18 notifempty
19 missingok
20 postrotate
21 /bin/kill -USR1 `cat /var/run/frr/babeld.pid 2> /dev/null` 2> /dev/null || true
22 endscript
23 }
24
25 /var/log/frr/bgpd.log {
26 notifempty
27 missingok
28 postrotate
29 /bin/kill -USR1 `cat /var/run/frr/bgpd.pid 2> /dev/null` 2> /dev/null || true
30 endscript
31 }
32
33 /var/log/frr/isisd.log {
34 notifempty
35 missingok
36 postrotate
37 /bin/kill -USR1 `cat /var/run/frr/isisd.pid 2> /dev/null` 2> /dev/null || true
38 endscript
39 }
40
41 /var/log/frr/ospfd.log {
42 notifempty
43 missingok
44 postrotate
45 /bin/kill -USR1 `cat /var/run/frr/ospfd.pid 2> /dev/null` 2> /dev/null || true
46 endscript
47 }
48
49 /var/log/frr/ospf6d.log {
50 notifempty
51 missingok
52 postrotate
53 /bin/kill -USR1 `cat /var/run/frr/ospf6d.pid 2> /dev/null` 2> /dev/null || true
54 endscript
55 }
56
57 /var/log/frr/ripd.log {
58 notifempty
59 missingok
60 postrotate
61 /bin/kill -USR1 `cat /var/run/frr/ripd.pid 2> /dev/null` 2> /dev/null || true
62 endscript
63 }
64
65 /var/log/frr/ripngd.log {
66 notifempty
67 missingok
68 postrotate
69 /bin/kill -USR1 `cat /var/run/frr/ripngd.pid 2> /dev/null` 2> /dev/null || true
70 endscript
71 }
72
73 /var/log/frr/ldpd.log {
74 notifempty
75 missingok
76 postrotate
77 /bin/kill -USR1 `cat /var/run/frr/ldpd.pid 2> /dev/null` 2> /dev/null || true
78 endscript
79 }
80
81 /var/log/frr/nhrpd.log {
82 notifempty
83 missingok
84 postrotate
85 /bin/kill -USR1 `cat /var/run/frr/nhrpd.pid 2> /dev/null` 2> /dev/null || true
86 endscript
87 }
88
89 /var/log/frr/eigrpd.log {
90 notifempty
91 missingok
92 postrotate
93 /bin/kill -USR1 `cat /var/run/frr/eigrpd.pid 2> /dev/null` 2> /dev/null || true
94 endscript
95 }
96
97 /var/log/frr/bfdd.log {
98 notifempty
99 missingok
100 postrotate
101 /bin/kill -USR1 `cat /var/run/frr/bfdd.pid 2> /dev/null` 2> /dev/null || true
102 endscript
103 }
104
105 /var/log/frr/fabricd.log {
106 notifempty
107 missingok
108 postrotate
109 /bin/kill -USR1 `cat /var/run/frr/fabricd.pid 2> /dev/null` 2> /dev/null || true
110 endscript
111 }
112
113 /var/log/frr/pathd.log {
114 notifempty
115 missingok
116 postrotate
117 /bin/kill -USR1 `cat /var/run/frr/pathd.pid 2> /dev/null` 2> /dev/null || true
118 endscript
119 }
120
121 /var/log/frr/pbrd.log {
122 notifempty
123 missingok
124 postrotate
125 /bin/kill -USR1 `cat /var/run/frr/pbrd.pid 2> /dev/null` 2> /dev/null || true
126 endscript
127 }
128
129 /var/log/frr/pimd.log {
130 notifempty
131 missingok
132 postrotate
133 /bin/kill -USR1 `cat /var/run/frr/pimd.pid 2> /dev/null` 2> /dev/null || true
134 endscript
135 }
136
137 /var/log/frr/sharpd.log {
138 notifempty
139 missingok
140 postrotate
141 /bin/kill -USR1 `cat /var/run/frr/sharpd.pid 2> /dev/null` 2> /dev/null || true
142 endscript
143 }
144
145 /var/log/frr/staticd.log {
146 notifempty
147 missingok
148 postrotate
149 /bin/kill -USR1 `cat /var/run/frr/staticd.pid 2> /dev/null` 2> /dev/null || true
150 endscript
151 }
152
153 /var/log/frr/vrrpd.log {
154 notifempty
155 missingok
156 postrotate
157 /bin/kill -USR1 `cat /var/run/frr/vrrpd.pid 2> /dev/null` 2> /dev/null || true
158 endscript
159 }
160