소스 검색

Create README.md

cryobry 6 년 전
부모
커밋
90bb1c5806
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      README.md

+ 13 - 0
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