diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/connman/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/network/connman/README b/network/connman/README index d854d6489d39d..31cba91d838a7 100644 --- a/network/connman/README +++ b/network/connman/README @@ -11,6 +11,10 @@ USB, ethernet, WiFi, cellular and Bluetooth. To run connman on startup, run (as root): chmod +x /etc/rc.d/rc.connmand +then add this to your /etc/rc.d/rc.local: + if [ -x /etc/rc.d/rc.connmand ]; then + /etc/rc.d/rc.connmand start + fi Make sure other networking services like NetworkManager or WPA Supplicant are not also configured to run on startup. |