mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
ratpoison: rework init scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
95dcc2cfd1
commit
bc19afc326
17
packages/x11/other/ratpoison/init.d/50_ratpoison → packages/x11/other/ratpoison/init.d/73_ratpoison
Executable file → Normal file
17
packages/x11/other/ratpoison/init.d/50_ratpoison → packages/x11/other/ratpoison/init.d/73_ratpoison
Executable file → Normal file
@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
################################################################################
|
||||
# Copyright (C) 2009-2010 OpenELEC.tv
|
||||
# http://www.openelec.tv
|
||||
@ -24,13 +22,12 @@
|
||||
#
|
||||
# runlevels: openelec
|
||||
|
||||
. /etc/profile
|
||||
(
|
||||
progress "starting Windowmanager"
|
||||
|
||||
progress "starting Windowmanager"
|
||||
|
||||
# waiting for Xorg to start
|
||||
wait_for_xorg
|
||||
|
||||
# starting ratpoison
|
||||
DISPLAY=:0.0 ratpoison > /dev/null 2>&1 &
|
||||
# waiting for Xorg to start
|
||||
wait_for_xorg
|
||||
|
||||
# starting ratpoison
|
||||
DISPLAY=:0.0 ratpoison > /dev/null 2>&1
|
||||
)&
|
Loading…
x
Reference in New Issue
Block a user