mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 14:46:57 +00:00
debian: Add missing daemons to logrotation knowledge
Update missing daemons to rotate as well. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
1f4add997d
commit
f57a88f37c
2
debian/frr.logrotate
vendored
2
debian/frr.logrotate
vendored
@ -16,7 +16,7 @@
|
|||||||
# between file and syslog, rsyslogd might still have file
|
# between file and syslog, rsyslogd might still have file
|
||||||
# open, as well as the daemons, so always signal the daemons.
|
# open, as well as the daemons, so always signal the daemons.
|
||||||
# It's safe, a NOP if (only) syslog is being used.
|
# It's safe, a NOP if (only) syslog is being used.
|
||||||
for i in babeld bgpd eigrpd isisd ldpd nhrpd ospf6d ospfd \
|
for i in babeld bgpd eigrpd isisd ldpd nhrpd ospf6d ospfd sharpd \
|
||||||
pimd ripd ripngd zebra pbrd staticd bfdd fabricd vrrpd; do
|
pimd ripd ripngd zebra pbrd staticd bfdd fabricd vrrpd; do
|
||||||
if [ -e /var/run/frr/$i.pid ] ; then
|
if [ -e /var/run/frr/$i.pid ] ; then
|
||||||
pids="$pids $(cat /var/run/frr/$i.pid)"
|
pids="$pids $(cat /var/run/frr/$i.pid)"
|
||||||
|
Loading…
Reference in New Issue
Block a user