mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Revert "ratpoison: start init scripts on RUNLEVEL=boot"
This reverts commit 7022c0592223ff24bb9fcd2b2ac33e1f7db3bafa.
This commit is contained in:
parent
240c6e45ba
commit
92c250ae60
@ -22,9 +22,7 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec
|
# runlevels: openelec
|
||||||
|
|
||||||
case $RUNLEVEL in
|
(
|
||||||
boot)
|
|
||||||
(
|
|
||||||
progress "starting Windowmanager"
|
progress "starting Windowmanager"
|
||||||
|
|
||||||
# waiting for Xorg to start
|
# waiting for Xorg to start
|
||||||
@ -32,9 +30,4 @@ case $RUNLEVEL in
|
|||||||
|
|
||||||
# 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