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