Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
usermod -G debian-transmission www-data

To make transmission read files in the dropbox directory change ownership for it to debian-transmission and set the gid bit for the directory.

Code Block

chown debian-transmission:debian-transmission /path/to/lobber/dropbox
chmod g+s /path/to/lobber/dropbox

When you have made the key and added www-data to the group debian-transmission run:

...