- simplyfing init script
This commit is contained in:
Stephan Raue 2009-12-29 19:37:05 +01:00
parent a080c9cea8
commit 55817ff56b

View File

@ -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