User Tools

Site Tools


synology:transmission

This is an old revision of the document!


Transmission on Synology

If the files in the transmission download dir are not accessible by other services (radarr, sonarr, etc), the permissions of the download dir should be changed to enforce files created will be set to the sc-download group rather than root. This can be done by setting the setgid bit after changing the group of the folder:

sudo chgrp "sc-download" /path/to/transmission/download/dir
sudo chmod g+s /path/to/transmission/download/dir

Configuring Transmission to use a specific umask is an alternative:
https://askubuntu.com/questions/157455/how-to-change-the-default-permissions-of-files-created-by-transmission-daemon

synology/transmission.1618062151.txt.gz · Last modified: 2023/05/29 11:54 (external edit)