I've made a fair amount of progress in my retro-wifi radio. I have two rotary encoders, one for volume and one to go to the previous/next song. Everything works, minus getting my two python scripts to run at startup. No cron, so I get that, but... where could I drop a couple of endless loop-style scripts to run on boot? I've tried a handful of options, with no luck. Any help would be appreciated.
Date
Votes
1 comment
-
HiFiBerry team If you system is using systemd, I recommend to read the systemd documentation:
https://www.freedesktop.org/software/systemd/man/systemd.service.html
CReating the first systemd service can be challenging, but once you understood it, its quite easy to add services to your system.
Please sign in to leave a comment.