mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
add WindowManager and xinit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user