network/connman: update README.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Samuel Young 2023-08-13 07:15:14 +07:00 committed by Willy Sudiarto Raharjo
parent 773de0bfeb
commit a8ba9db49a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 4 additions and 0 deletions

View File

@ -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.