add WindowManager and xinit

This commit is contained in:
Stephan Raue
2009-03-24 06:28:46 +01:00
parent 405da2b0a4
commit 805ada20ea
8 changed files with 25 additions and 50 deletions

View File

@@ -1,18 +0,0 @@
#!/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