WEIGEL FORUM
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    DEBIAN || qbittorrent-nox (WebTorrent Client/Interface)

    Linux
    1
    1
    4
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DerMeldosD
      DerMeldos
      last edited by

      apt install qbittorrent-nox
      
      adduser --system --group qbittorrent-nox
      
      nano /etc/systemd/system/qbittorrent-nox.service
      
      
      [Unit]
      Description=qBittorrent Command Line Client
      After=network.target
      
      [Service]
      Type=forking
      User=qbittorrent-nox
      Group=qbittorrent-nox
      UMask=007
      ExecStart=/usr/bin/qbittorrent-nox -d --webui-port=8080
      Restart=on-failure
      
      [Install]
      WantedBy=multi-user.target
      
      systemctl daemon-reload
      
      systemctl start qbittorrent-nox
      systemctl enable qbittorrent-nox
      
      mkdir /home/qbittorrent-nox
      chown qbittorrent-nox:qbittorrent-nox /home/qbittorrent-nox
      usermod -d /home/qbittorrent-nox qbittorrent-nox
      
      reboot now
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors