mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
add logic to start connman in debug mode
allow a simple and persistent way to start connman in debug mode to assist with networking diagnostics
This commit is contained in:
@@ -270,7 +270,11 @@ set_interface() {
|
||||
set_interface
|
||||
set_hwclock
|
||||
|
||||
/usr/sbin/connmand -n > /dev/null 2>&1
|
||||
if [ -f $HOME/.config/debug.connman ]; then
|
||||
/usr/sbin/connmand -nd > /dev/null 2>&1
|
||||
else
|
||||
/usr/sbin/connmand -n > /dev/null 2>&1
|
||||
fi
|
||||
usleep 250000
|
||||
done
|
||||
)&
|
||||
|
||||
Reference in New Issue
Block a user