switch: set startup prio to 25

This commit is contained in:
hanwckf 2024-01-06 02:04:02 +08:00
parent 6e286bcb0e
commit 7d2f558f74

View File

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=99
START=25
USE_PROCD=1
service_triggers() {
@ -11,6 +11,6 @@ start_service() {
logger -t "switch_ctl" "restart mt753x all ports"
source "/usr/sbin/switch_ctl.sh"
sw_poweroff_ports "0 1 2 3 4"
sleep 3
sleep 2
sw_poweron_ports "0 1 2 3 4"
}