mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
connman:
- simplyfing init script
This commit is contained in:
parent
a080c9cea8
commit
55817ff56b
@ -1,16 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# start Connection Manager
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
(
|
||||
. /etc/sysconfig
|
||||
|
||||
progress "Starting Connection Manager"
|
||||
|
||||
mkdir -p /var/run
|
||||
touch /var/run/resolv.conf
|
||||
|
||||
export interface=eth0
|
||||
connmand
|
||||
)&
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user