On 1 Jul 2018, at 21:10, Keifer Bly <
keifer.bly@gmail.com
> wrote:
How do I reload the relay without restarting it?
To reload all the tor instances on your machine:
killall -HUP tor
To reload just one tor instance:
kill -HUP `cat tor.pid`
If you have "PidFile tor.pid" in your torrc.
T