lldpd: add STOP=01 param in init script
This should ensure that lldpd is among the first processes to stop, so that it has time to send the shutdown LLDPU to the other side, before the network goes down. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 47786
This commit is contained in:
parent
ec1b121769
commit
b580ebb5a8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2008-2012 OpenWrt.org
|
||||
# Copyright (C) 2008-2015 OpenWrt.org
|
||||
|
||||
START=90
|
||||
STOP=01
|
||||
|
||||
USE_PROCD=1
|
||||
LLDPCLI=/usr/sbin/lldpcli
|
||||
|
|
Loading…
Reference in a new issue