aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorSamuel Young <samyoung12788@gmail.com>2023-08-13 07:15:14 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-13 07:15:14 +0700
commita8ba9db49a991b0cfdf34c9813e8cc07f868f51d (patch)
tree5d544ac748609cd2fa8f5e3ac69713934e736d01 /network
parent773de0bfeb2ed83267ffad2f5692146c83914a26 (diff)
network/connman: update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/connman/README4
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.