소스 검색

Disable bmx after stop

Bob Mottram 7 년 전
부모
커밋
3e841881be
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/freedombone-mesh-batman

+ 2
- 0
src/freedombone-mesh-batman 파일 보기

@@ -71,6 +71,8 @@ function stop {
71 71
 
72 72
     systemctl stop bmx6
73 73
     systemctl stop bmx7
74
+    systemctl disable bmx6
75
+    systemctl disable bmx7
74 76
     systemctl stop dnsmasq
75 77
     systemctl disable dnsmasq
76 78