From 90bb1c580669628d5060ca57f8eb48294f226423 Mon Sep 17 00:00:00 2001 From: cryobry <38270216+cryobry@users.noreply.github.com> Date: Fri, 25 May 2018 00:00:28 -0400 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f7d91c0 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# wwan_iface_watchdog + +Copy to /etc/init.d/wwan_iface_watchdog: + + scp ./wwan-iface-watchdog root@192.168.1.1:/etc/init.d/ + +Start service: + + /etc/init.d/wwan-iface-watchdog start + +Enable service (starts automatically on boot) + + /etc/init.d/wwan-iface-watchdog enable