Discussion:
[tor-relays] Reload Config Without Restarting?
Tristan
2016-01-27 01:06:11 UTC
Permalink
Is it possible to reload torrc without restarting Tor? I'm running on a
Raspberry Pi compiled from source, so I can't use sudo service tor reload.
Operator AnonymizedIoExitCA1
2016-01-27 01:12:23 UTC
Permalink
kill -HUP ­­<pid of tor>

or

killall -HUP tor

I know the kill command look scary but it can send other signals than
sigkill, see kill -l for the list of signal. -HUP can be replaced with
-1 as well.
Post by Tristan
Is it possible to reload torrc without restarting Tor? I'm running on
a Raspberry Pi compiled from source, so I can't use sudo service tor
reload.
_______________________________________________
tor-relays mailing list
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Damian Johnson
2016-01-27 01:12:54 UTC
Permalink
Yup, no problem...

https://stem.torproject.org/faq.html#how-do-i-reload-my-torrc
Post by Tristan
Is it possible to reload torrc without restarting Tor? I'm running on a
Raspberry Pi compiled from source, so I can't use sudo service tor reload.
_______________________________________________
tor-relays mailing list
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Tristan
2016-01-27 01:28:29 UTC
Permalink
Thanks for the info. :)
Post by Damian Johnson
Yup, no problem...
https://stem.torproject.org/faq.html#how-do-i-reload-my-torrc
Post by Tristan
Is it possible to reload torrc without restarting Tor? I'm running on a
Raspberry Pi compiled from source, so I can't use sudo service tor
reload.
Post by Tristan
_______________________________________________
tor-relays mailing list
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
_______________________________________________
tor-relays mailing list
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Loading...