diff options
author | Samuel Young <samyoung12788@gmail.com> | 2023-08-13 07:15:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-13 07:15:14 +0700 |
commit | a8ba9db49a991b0cfdf34c9813e8cc07f868f51d (patch) | |
tree | 5d544ac748609cd2fa8f5e3ac69713934e736d01 /network | |
parent | 773de0bfeb2ed83267ffad2f5692146c83914a26 (diff) |
network/connman: update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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. |