From d2466db164dcf80ca7625145094ead4f53f29a3a Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 14 Mar 2021 20:34:39 -0400 Subject: [PATCH] roles/transmission/README.rst: grammar tweak --- roles/transmission/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/transmission/README.rst b/roles/transmission/README.rst index 53de76d8a..2de521963 100644 --- a/roles/transmission/README.rst +++ b/roles/transmission/README.rst @@ -77,7 +77,7 @@ Known Issues * |ss| Default Transmission user/group may need fixing (https://github.com/transmission/transmission/issues/537) in some circumstances. You can set Ansible variables 'transmission_user' and 'transmission_group' e.g. in /opt/iiab/iiab/roles/transmission/defaults/main.yml (you might need 'User=' and 'Group=' in systemd unit file /lib/systemd/system/transmission-daemon.service — e.g. both might need to be set to 'debian-transmission' — if so then run 'systemctl daemon-reload' and 'systemctl restart transmission-daemon'). |se| |nbsp| `PR #2703 `_ -* Random Ports: Currently it is not possible to use random ports in the range 49152-65535. It is difficult to open multiple ports in IIAB's `iptables-based firewall `_. +* Random Ports: Currently it is not possible to use random ports in the range 49152-65535, as it's difficult to open multiple ports in IIAB's `iptables-based firewall `_. Troubleshooting ---------------