mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user