Set up automatic app launches on Raspberry Pi 4B
Set up automatic app launches on Raspberry Pi 4B
I'm using "Raspbian GNU/Linux 10 (buster)" and need guidance on launching apps at startup. I want "/usr/bin/qbitorrent" running automatically, even though it has a GUI but I mostly use the web interface. I tried adding it to sudo nano /etc/rc.local, but that didn't work. It's helpful to know this is for a NAS setup, not anything illegal—just sharing Arma 3 mod updates with my group.
I suggest this approach. It aligns with what you're already doing and helps identify any issues. Checking with "sudo systemctl status qbittorrent" will show if it's running properly. Comparing your setup to where you need to add qbitorrent via systemctl will guide the next steps.