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'
This commit is contained in:
GoofyAF
2022-03-12 16:00:11 -08:00
committed by GitHub
parent 9703ee05bf
commit a2a6b8c3ff

View File

@@ -9,7 +9,7 @@ If Tor is not installed you can install it on Debian based Linux systems (Ubuntu
```bash ```bash
sudo apt install tor 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. on your system configuration.
Most default setting should be sufficient. 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: 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. on the configuration of your system.
You will find the newly created address (myaddress.onion) with: You will find the newly created address (myaddress.onion) with: