[tor-commits] [community/develop] Make instructions non-redundant

hiro at torproject.org hiro at torproject.org
Wed Sep 18 09:38:30 UTC 2019


commit d79e0a6cb2028678c2bc8661cb357c0156a71949
Author: Christopher King <bunnyapocalypse at protonmail.com>
Date:   Wed Sep 4 18:06:17 2019 +0000

    Make instructions non-redundant
---
 .../technical-setup/bridge/centos-rhel-opensuse/contents.lr      | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr b/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
index 0f11215..04b7b77 100644
--- a/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
@@ -82,18 +82,17 @@ Nickname PickANickname
 
 ### 4. Restart tor
 
-* CentOS / RHEL / OpenSUSE:
-
-`systemctl restart tor`
-
 * RHEL / CentOS:
 
 ```
 sudo semanage port -a -t tor_port_t -p tcp [desired ORPort number set earlier]
 sudo semanage port -a -t tor_port_t -p tcp [desired ServerTransportListenAddr port number set earlier]
-systemctl restart tor
 ```
 
+* CentOS / RHEL / OpenSUSE:
+
+`systemctl restart tor`
+
 ### 5. Monitor your logs (usually in your syslog)
 
 To confirm your bridge is running with no issues, you should see something like this:





More information about the tor-commits mailing list