lcdproc: start init scripts on RUNLEVEL=boot

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-07 23:14:12 +02:00
parent d51f70da6a
commit a839b0b65a

View File

@ -22,6 +22,8 @@
#
# runlevels: openelec, textmode
case $RUNLEVEL in
boot)
(
if [ -f /var/config/settings.conf ]; then
. /var/config/settings.conf
@ -47,3 +49,8 @@
fi
fi
)&
;;
poweroff|reboot)
;;
esac