mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
ratpoison: start init scripts on RUNLEVEL=boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -22,12 +22,19 @@
|
||||
#
|
||||
# runlevels: openelec
|
||||
|
||||
(
|
||||
progress "starting Windowmanager"
|
||||
case $RUNLEVEL in
|
||||
boot)
|
||||
(
|
||||
progress "starting Windowmanager"
|
||||
|
||||
# waiting for Xorg to start
|
||||
wait_for_xorg
|
||||
# waiting for Xorg to start
|
||||
wait_for_xorg
|
||||
|
||||
# starting ratpoison
|
||||
DISPLAY=:0.0 ratpoison > /dev/null 2>&1
|
||||
)&
|
||||
# starting ratpoison
|
||||
DISPLAY=:0.0 ratpoison > /dev/null 2>&1
|
||||
)&
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user