start.sh 320 B

1234567891011121314
  1. set -e
  2. killall screen | echo ""
  3. killall SCREEN | echo ""
  4. path="/opt/LibreLight"
  5. cd "$path"
  6. screen -d -m -S ASP sh $path/ASP/start_ASP.sh
  7. cd $path/Xdesk/
  8. screen -d -m -S console python3 $path/Xdesk/console.py
  9. screen -d -m -S Editor python3 $path/Xdesk/LibreLightDesk.py
  10. sleep 2
  11. screen -ls
  12. echo "BOOT END"
  13. sleep 10;