Reload Config Without Restarting?

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.

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. On 2016-01-26 8:06 PM, Tristan wrote:
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 tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays

Yup, no problem... https://stem.torproject.org/faq.html#how-do-i-reload-my-torrc On Tue, Jan 26, 2016 at 5:06 PM, Tristan <supersluether@gmail.com> wrote:
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 tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays

Thanks for the info. :) On Jan 26, 2016 7:13 PM, "Damian Johnson" <atagar@torproject.org> wrote:
Yup, no problem...
https://stem.torproject.org/faq.html#how-do-i-reload-my-torrc
On Tue, Jan 26, 2016 at 5:06 PM, Tristan <supersluether@gmail.com> wrote:
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 tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
_______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
participants (3)
-
Damian Johnson
-
Operator AnonymizedIoExitCA1
-
Tristan