mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
mrxvt:
- add init script
This commit is contained in:
parent
35b37e0e3c
commit
d89b990903
9
packages/x11/other/mrxvt/init.d/63_mrxvt
Executable file
9
packages/x11/other/mrxvt/init.d/63_mrxvt
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
# start MRXVT terminal
|
||||||
|
#
|
||||||
|
# runlevels: openelec, text, debug
|
||||||
|
|
||||||
|
if test "$START_MRXVT" = "yes"; then
|
||||||
|
progress "Starting MRXVT terminal"
|
||||||
|
|
||||||
|
mrxvt
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user