Hello!
Im on a Raspberry Pi and I'm currently running a patch at startup via
/etc/xdg/lxsession/LXDE-pi/autostart
This works but now i want to make the RPi boot quicker, therefore i want to boot in CLI mode so that the desktop doesn't need to be loaded, therefore all will be quicker.
The point is the if I understood well, the autostart file is LXDE dependendent.
And this is also the reason why the patch doesn't start if I boot in CLI.
For this reason i tried to add a line in /etc/rc.local
"pd mypatch.pd"
but this won't actually boot the patch.
Do you know alternative to boot the patch at startup in CLI mode? Or am I forgetting to add something in rc.local?
thanks