qBittorrent with Web UI on Ubuntu 20.04 (lazy guide) WARNING: this guide is not about security, but about functionality, for example, never run applications as root. Be cautious. sudo su add-apt-repository ppa:qbittorrent-team/qbittorrent-stable && \ apt install -y qbittorrent qbittorrent-nox
Creating a 'run once' systemd unit Systemd unit template which calls a script exactly once upon startup and keeps unit status active after script finishes. Unit file placed in /etc/systemd/system and enabled with: $ sudo systemctl enable runonce.service $ sudo systemctl start runonce.service