mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
connman:
- start connman later (after udev) - disaqble busyboxs networkscript
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# start Connection Manager
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
. /etc/sysconfig
|
||||
|
||||
if test -f /usr/sbin/connmand; then
|
||||
progress "Starting Connection Manager"
|
||||
|
||||
connmand -d
|
||||
udhcpc > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
exit 0
|
||||
15
packages/network/connman/init.d/20_connman
Executable file
15
packages/network/connman/init.d/20_connman
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# start Connection Manager
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
. /etc/sysconfig
|
||||
|
||||
progress "Starting Connection Manager"
|
||||
|
||||
connmand
|
||||
|
||||
udhcpc
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user