Hi all.   After installation of transmission-daemon I got two issues.   First one is "UDP Failed to set receive/send buffer". I did fix it by adding next two lines to /etc/sysctl.conf   net.core.rmem_max = 16777216 net.core.wmem_max = 4194304   Second one is that RPC does not start on boot but only after manual restart of service after boot. I believe it's caused because transmission starts before network goes online. I tried to fix it by adding into /lib/systemd/system/transmi