view 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
line wrap: on
line source

/var/log/bgp {
    daily
    notifempty
    missingok
    postrotate
	/bin/kill -USR1 `cat /var/run/quagga/bgpd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}