$sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
$sudo apt install qbittorrent-nox
$sudo adduser --system --group qbittorrent-nox
$sudo adduser [Username] qbittorrent-nox
$sudo nano /etc/systemd/system/qbittorrent-nox.service
[Unit]
Description=qBittorrent Command Line Client
After=network.target
[Service]
Do not change to "simple"
Type=forking
User=qbittorrent-nox
Group=qbittorrent-nox
UMask=007