miniupnpd: fix error message during shutdown
During shutdown, miniupnpd is stopped after network. Because of this, miniupnpd is unable to broadcast good-bye notifications, and displays an error message. Stop miniupnpd before netifd to solve this. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
33fe963242
commit
53a4f6b93b
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# Copyright (C) 2006-2011 OpenWrt.org
|
||||
|
||||
START=95
|
||||
STOP=15
|
||||
|
||||
SERVICE_USE_PID=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue