Transmission Watch Directory

Igrofire

Cadet
Joined
Oct 24, 2018
Messages
3
In the meantime, I found a more permanent fix:
Code:
sudo iocage console transmission
vi /etc/rc.conf

Append the line transmission_download_dir="/path/to/download/directory"

Now the default download directory is your own download directory, and it doesn't matter if it gets set each time at restart.

Looking for some help here as when I edit /etc/rc.conf there are only 16 lines and none of them are transmission_download_dir

edit: NVM I figured it out
 
Last edited:

invrtr

Cadet
Joined
Jan 14, 2019
Messages
1
To enable watch dir you also can add next lines in /etc/rc.conf and restart jail

Code:
transmission_watch_dir="/path/to/watch/dir"
transmission_watch_dir_enabled="true"

worked on FreeNAS-11.2-RELEASE-U1
 

OverDriven

Cadet
Joined
Feb 11, 2021
Messages
1
To enable watch dir you also can add next lines in /etc/rc.conf and restart jail

Code:
transmission_watch_dir="/path/to/watch/dir"
transmission_watch_dir_enabled="true"

worked on FreeNAS-11.2-RELEASE-U1
Thank you, good Man! You have save my (and i think, not only my) time!
 
Top