- add init script
This commit is contained in:
Stephan Raue 2010-03-08 00:11:56 +01:00
parent 35b37e0e3c
commit d89b990903

View File

@ -0,0 +1,9 @@
# start MRXVT terminal
#
# runlevels: openelec, text, debug
if test "$START_MRXVT" = "yes"; then
progress "Starting MRXVT terminal"
mrxvt
fi