mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
ratpoison: start init scripts on RUNLEVEL=boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
441cc44cc1
commit
7022c05922
@ -22,12 +22,19 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec
|
# runlevels: openelec
|
||||||
|
|
||||||
(
|
case $RUNLEVEL in
|
||||||
progress "starting Windowmanager"
|
boot)
|
||||||
|
(
|
||||||
|
progress "starting Windowmanager"
|
||||||
|
|
||||||
# waiting for Xorg to start
|
# waiting for Xorg to start
|
||||||
wait_for_xorg
|
wait_for_xorg
|
||||||
|
|
||||||
# starting ratpoison
|
# starting ratpoison
|
||||||
DISPLAY=:0.0 ratpoison > /dev/null 2>&1
|
DISPLAY=:0.0 ratpoison > /dev/null 2>&1
|
||||||
)&
|
)&
|
||||||
|
;;
|
||||||
|
|
||||||
|
poweroff|reboot)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user