Hello,
I try to execute an external startscript.
What I tried is to edit
nano /recalbox/share/system/custom.sh
and place there my script.
If I execute ./custom.sh in shell it starts and I see the proceses in "top"
and the script works. After rebooting I can't see the proceses in "top"
I tried to switch order in /etc/init.d and move S99custom to S31custom or S04 custom
but after reboot nothing happens. If I execute ./S04custom manually it starts and all looks good.
Places I already checked while trying to solve my problem
https://github.com/recalbox/recalbox-os/wiki/Add-your-own-startup-script-(EN)
https://forum.recalbox.com/topic/4370/help-with-starting-an-automatic-script-on-start-up
but didn't work for me.
Why is my startscript not executing on start?
Any idears?