blob: 9756a781a44f2131819fb4cf264035ff93f676a4 [file] [log] [blame]
paul5f779492004-05-04 08:53:31 +00001/var/log/quagga/zebra.log {
paul788cdc62003-01-18 00:22:08 +00002 notifempty
3 missingok
paul788cdc62003-01-18 00:22:08 +00004 postrotate
paul5ae35f42004-10-19 14:41:56 +00005 /bin/kill -USR1 `cat /var/run/quagga/zebra.pid 2> /dev/null` 2> /dev/null || true
paul788cdc62003-01-18 00:22:08 +00006 endscript
7}
8
David Ward0bd268a2012-04-29 16:47:06 -04009/var/log/quagga/babeld.log {
10 notifempty
11 missingok
12 postrotate
13 /bin/kill -USR1 `cat /var/run/quagga/babeld.pid 2> /dev/null` 2> /dev/null || true
14 endscript
15}
16
paul5f779492004-05-04 08:53:31 +000017/var/log/quagga/bgpd.log {
paul788cdc62003-01-18 00:22:08 +000018 notifempty
19 missingok
paul788cdc62003-01-18 00:22:08 +000020 postrotate
paul5ae35f42004-10-19 14:41:56 +000021 /bin/kill -USR1 `cat /var/run/quagga/bgpd.pid 2> /dev/null` 2> /dev/null || true
paul788cdc62003-01-18 00:22:08 +000022 endscript
23}
24
David Ward0bd268a2012-04-29 16:47:06 -040025/var/log/quagga/isisd.log {
26 notifempty
27 missingok
28 postrotate
29 /bin/kill -USR1 `cat /var/run/quagga/isisd.pid 2> /dev/null` 2> /dev/null || true
30 endscript
31}
32
paul5f779492004-05-04 08:53:31 +000033/var/log/quagga/ospfd.log {
paul788cdc62003-01-18 00:22:08 +000034 notifempty
35 missingok
paul788cdc62003-01-18 00:22:08 +000036 postrotate
paul5ae35f42004-10-19 14:41:56 +000037 /bin/kill -USR1 `cat /var/run/quagga/ospfd.pid 2> /dev/null` 2> /dev/null || true
paul788cdc62003-01-18 00:22:08 +000038 endscript
39}
40
paul5f779492004-05-04 08:53:31 +000041/var/log/quagga/ospf6d.log {
paul788cdc62003-01-18 00:22:08 +000042 notifempty
43 missingok
paul788cdc62003-01-18 00:22:08 +000044 postrotate
paul5ae35f42004-10-19 14:41:56 +000045 /bin/kill -USR1 `cat /var/run/quagga/ospf6d.pid 2> /dev/null` 2> /dev/null || true
paul788cdc62003-01-18 00:22:08 +000046 endscript
47}
48
paul5f779492004-05-04 08:53:31 +000049/var/log/quagga/ripd.log {
paul788cdc62003-01-18 00:22:08 +000050 notifempty
51 missingok
paul788cdc62003-01-18 00:22:08 +000052 postrotate
paul5ae35f42004-10-19 14:41:56 +000053 /bin/kill -USR1 `cat /var/run/quagga/ripd.pid 2> /dev/null` 2> /dev/null || true
paul788cdc62003-01-18 00:22:08 +000054 endscript
55}
56
paul5f779492004-05-04 08:53:31 +000057/var/log/quagga/ripngd.log {
paul788cdc62003-01-18 00:22:08 +000058 notifempty
59 missingok
paul788cdc62003-01-18 00:22:08 +000060 postrotate
paul5ae35f42004-10-19 14:41:56 +000061 /bin/kill -USR1 `cat /var/run/quagga/ripngd.pid 2> /dev/null` 2> /dev/null || true
paul788cdc62003-01-18 00:22:08 +000062 endscript
63}