mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:18:56 +00:00
Merge pull request #5609 from kooky/fix_log
Fix logrotate in debian for bfdd, pbrd and vrrpd.
This commit is contained in:
commit
2c77965e0e
2
debian/frr.logrotate
vendored
2
debian/frr.logrotate
vendored
@ -17,7 +17,7 @@
|
||||
# open, as well as the daemons, so always signal the daemons.
|
||||
# It's safe, a NOP if (only) syslog is being used.
|
||||
for i in babeld bgpd eigrpd isisd ldpd nhrpd ospf6d ospfd \
|
||||
pimd ripd ripngd zebra staticd fabricd; do
|
||||
pimd ripd ripngd zebra pbrd staticd bfdd fabricd vrrpd; do
|
||||
if [ -e /var/run/frr/$i.pid ] ; then
|
||||
pids="$pids $(cat /var/run/frr/$i.pid)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user