diff --git a/packages/x11/other/mrxvt/init.d/63_mrxvt b/packages/x11/other/mrxvt/init.d/63_mrxvt new file mode 100755 index 0000000000..67c676ec91 --- /dev/null +++ b/packages/x11/other/mrxvt/init.d/63_mrxvt @@ -0,0 +1,9 @@ +# start MRXVT terminal +# +# runlevels: openelec, text, debug + +if test "$START_MRXVT" = "yes"; then + progress "Starting MRXVT terminal" + + mrxvt +fi