PMSS:Allowing user to change rTorrent settings

From Pulsed Media Wiki
Revision as of 19:26, 8 September 2011 by Nucode (talk | contribs) (Created page with "This is actually a really easy task. To do it for single user: cd /home/USERNAME chown USERNAME.USERNAME .rtorrent.rc To give this ability to all users being created, edit /s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is actually a really easy task. To do it for single user:

cd /home/USERNAME
chown USERNAME.USERNAME .rtorrent.rc

To give this ability to all users being created, edit /scripts/addUser.php and remove from bottom the chown root.root .rtorrent.rc line or comment it out, remember to redo it after updates.