Create check_wan

This commit is contained in:
klever1988
2020-03-24 16:33:58 +08:00
committed by GitHub
parent f1b6453329
commit 6ac1dd1fe2

11
scripts/check_wan Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/sh /etc/rc.common
USE_PROCD=1
START=95
STOP=01
start_service() {
procd_open_instance
procd_set_param command /bin/sh "/usr/bin/check_wan4.sh"
procd_close_instance
}