elisa is the last program to start before rebooting

This commit is contained in:
Stephan Raue 2009-03-19 14:47:53 +01:00
parent 93b85db679
commit f330edff89

View File

@ -11,7 +11,7 @@ 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 &
/usr/bin/elisa -l -f 2> $HOME/elisa.log
fi