Flood for Transmission

If in LXC container user is root, put this in /home

curl -OL https://github.com/johman10/flood-for-transmission/releases/download/latest/flood-for-transmission.zip
unzip flood-for-transmission.zip
rm flood-for-transmission.zip

systemctl edit transmission-daemon.service

Make sure this is between the two comment blocks and not at the bottom:

[Service]
Environment=TRANSMISSION_WEB_HOME=/home/flood-for-transmission

Source

https://github.com/johman10/flood-for-transmission

Last updated