Start2.sh -

By utilizing a modular approach with scripts like start2.sh , you can create a more maintainable and robust automation pipeline for your local machine or server environment. SH script in autostart.sh did not work - LibreELEC Forum

: If your script contains a loop or a long-running process, ensure you launch it in the background using the & operator to prevent the system from "hanging" during startup. start2.sh

: Before running, you must make the script executable using the command: chmod +x start2.sh . By utilizing a modular approach with scripts like start2