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

Find the script lobberstoragenode in the directory scripts in lobber-storagenode.

...