F5F Stay Refreshed Software Operating Systems Set up automatic app launches on Raspberry Pi 4B

Set up automatic app launches on Raspberry Pi 4B

Set up automatic app launches on Raspberry Pi 4B

A
acekiller990
Member
70
12-15-2018, 11:50 AM
#1
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.
A
acekiller990
12-15-2018, 11:50 AM #1

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.

S
svenneke100
Member
64
12-15-2018, 06:07 PM
#2
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.
S
svenneke100
12-15-2018, 06:07 PM #2

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.