Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Add startup script
#2
@antipiot

I assume you've marked the playlist_importer.sh script as executable.

Probably you need to run your script in the background, e.g., in rc.local, add a trailing ampersand

Code:
/home/pi/playlist_importer.sh > /dev/null 2>&1 &
Regards,
Kent
Reply


Messages In This Thread
Add startup script - by antipiot - 01-04-2020, 12:18 PM
RE: Add startup script - by TheOldPresbyope - 01-04-2020, 03:22 PM
RE: Add startup script - by antipiot - 01-25-2020, 12:23 PM

Forum Jump: