I have successfully installed the Alexa SDK/sample app on my raspberry pi.
All seems to function correctly but is there a way that I can have Alexa auto start on boot and run in the background of another program. ie not interacting with the screen.
The tutorial gives the following as the method of relaunching the sample app.
cd /home/pi/sdk-folder/sdk-build PA_ALSA_PLUGHW=1 ./SampleApp/src/SampleApp ./Integration/AlexaClientSDKConfig.json ../third-party/alexa-rpi/models
how can this be converted to create and executable auto start, running in the background.
Any help would be very much appreciated, for a newbie to Raspberry projects.