network/connman: update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
773de0bfeb
commit
a8ba9db49a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue