ソースを参照

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