rearrange start orders for topology and ieee1905

This commit is contained in:
Jakob Olsson 2020-09-21 16:15:39 +02:00
parent 8809a7aba7
commit 068308f052
2 changed files with 8 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
START=13
STOP=10
START=96
STOP=22
USE_PROCD=1
PROG=/usr/sbin/ieee1905d
@ -43,6 +43,10 @@ configure_network()
fi
}
service_running() {
ubus -t 2 wait_for wifi
}
start_service() {
[ -d /usr/lib/ieee1905 ] || mkdir -p /usr/lib/ieee1905

View file

@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
START=14
STOP=96
START=97
STOP=21
USE_PROCD=1