formatting

poldim
2016-07-30 10:24:04 -07:00
parent 813e8000c4
commit 09cc32d41e

@@ -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**