add WindowManager and xinit

This commit is contained in:
Stephan Raue
2009-03-24 06:29:08 +01:00
parent 805ada20ea
commit 1c7619df1c
27 changed files with 3172 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#!/bin/sh
#
# start elisa
#
# runlevels: openelec
. /etc/sysconfig
if test -f /usr/bin/elisa; then
echo "### Starting Elisa ###"
# elisa -l -n & #> /dev/null 2>&1 &
/usr/bin/elisa -l -f 2> $HOME/elisa.log
fi
exit 0