From 6ac1dd1fe2cae067ff78fa5a5ceebf3c7de07f73 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:33:58 +0800 Subject: [PATCH] Create check_wan --- scripts/check_wan | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/check_wan diff --git a/scripts/check_wan b/scripts/check_wan new file mode 100644 index 0000000..83265e9 --- /dev/null +++ b/scripts/check_wan @@ -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 +}