diff --git a/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md b/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md index d226e00..cd6dd07 100644 --- a/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md +++ b/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md @@ -22,13 +22,16 @@ Now let's create the user qbittorrent will run under: (The -m option creates the home directory under /home with the correct name and permissions. This directory will house our configuration files. /home/qbtuser/.config/qBittorrent/ to be precise. -Create a password: +Create a password: + `sudo passwd qbtuser` -`Enter new UNIX password:` -`Retype new UNIX password:` -`passwd: password updated successfully` + + Enter new UNIX password + Retype new UNIX password + passwd: password updated successfully Allow sudo permissions: + `sudo usermod -aG sudo,adm qbtuser` **Init script**