/var/log/quagga/zebra.log {
    rotate 7
    compress
    daily
    notifempty
    missingok
    nocreate
    postrotate
	/bin/kill -USR1 `cat /var/lib/quagga/zebra.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/bgpd.log {
    rotate 7
    compress
    daily
    notifempty
    missingok
    nocreate
    postrotate
	/bin/kill -USR1 `cat /var/lib/quagga/bgpd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/ospfd.log {
    rotate 7
    compress
    daily
    notifempty
    missingok
    nocreate
    postrotate
	/bin/kill -USR1 `cat /var/lib/quagga/ospfd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/ospf6d.log {
    rotate 7
    compress
    daily
    notifempty
    missingok
    nocreate
    postrotate
	/bin/kill -USR1 `cat /var/lib/quagga/ospf6d.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/ripd.log {
    rotate 7
    compress
    daily
    notifempty
    missingok
    nocreate
    postrotate
	/bin/kill -USR1 `cat /var/lib/quagga/ripd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/ripngd.log {
    rotate 7
    compress
    daily
    notifempty
    missingok
    nocreate
    postrotate
	/bin/kill -USR1 `cat /var/lib/quagga/ripngd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

/var/log/quagga/pimd.log {
    rotate 7
    compress
    daily
    notifempty
    missingok
    nocreate
    postrotate
	/bin/kill -USR1 `cat /var/lib/quagga/pimd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}
