From a2a6b8c3ff128c4fc19ae2b48f811552d47fc90f Mon Sep 17 00:00:00 2001 From: GoofyAF <91838665+GoofyAF@users.noreply.github.com> Date: Sat, 12 Mar 2022 16:00:11 -0800 Subject: [PATCH] Goofy af tor.md systemd syntax update (#5059) Update TOR.md Update tor install to represent current systemd syntax for enabling and starting a new system service Corrected a typo. After tor is installed to refresh /etc/tor/torrc config changes the command should be 'sudo systemctl restart tor' not 'sudo systemctl start tor' --- doc/TOR.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TOR.md b/doc/TOR.md index 0eb11babb..083a939d6 100644 --- a/doc/TOR.md +++ b/doc/TOR.md @@ -9,7 +9,7 @@ If Tor is not installed you can install it on Debian based Linux systems (Ubuntu ```bash sudo apt install tor ``` -then `/etc/init.d/tor start` or `sudo systemctl start tor` depending +then `/etc/init.d/tor start` or `sudo systemctl enable --now tor` depending on your system configuration. Most default setting should be sufficient. @@ -210,7 +210,7 @@ Tor service. Both types of addresses can coexist on the same node. Save the file and restart the Tor service. In linux: -`/etc/init.d/tor restart` or `sudo systemctl start tor` depending +`/etc/init.d/tor restart` or `sudo systemctl restart tor` depending on the configuration of your system. You will find the newly created address (myaddress.onion) with: