comparison routeflapper.logrotate @ 7:3c0db610c641

add bgpd config file and proper logrotate config
author Carl Byington <carl@five-ten-sg.com>
date Thu, 04 Sep 2014 08:53:18 -0700
parents
children
comparison
equal deleted inserted replaced
6:5e7c39aa868c 7:3c0db610c641
1 /var/log/bgp {
2 daily
3 notifempty
4 missingok
5 postrotate
6 /bin/kill -USR1 `cat /var/run/quagga/bgpd.pid 2> /dev/null` 2> /dev/null || true
7 endscript
8 }