- fix init script a little bit (needs more work)
This commit is contained in:
Stephan Raue 2010-01-11 08:44:49 +01:00
parent 8bd26d979e
commit f006c6f968

View File

@ -2,10 +2,9 @@
#
# configure and launch VDR
#
# runlevels: geexbox, debug
# runlevels: openelec, debug
(
. /etc/sysconfig
echo "### Starting VDR ###"
@ -26,5 +25,3 @@
# start VDR
runvdr "$VDRCMD"
)&
exit 0