Difference between revisions of "PMSS:Allowing user to change rTorrent settings"
From Pulsed Media Wiki
(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...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | This is actually a really easy task. | + | This is actually a really easy task, all you need to do is change the permissions of the file. |
| + | |||
To do it for single user: | To do it for single user: | ||
| Line 5: | Line 6: | ||
chown USERNAME.USERNAME .rtorrent.rc | 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. | + | |
| + | 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. Remember that this file is overwritten on a update, so you should consider using a [[PMSS Module]] | ||
| + | |||
| + | [[Category:PM Software Stack Guides]] | ||
| + | [[Category:Guides]] | ||
Latest revision as of 18:31, 29 December 2016
This is actually a really easy task, all you need to do is change the permissions of the file.
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. Remember that this file is overwritten on a update, so you should consider using a PMSS Module