[tor-relays] Reload Config Without Restarting?

2016-01-26 Thread 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
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Reload Config Without Restarting?

2016-01-26 Thread Operator AnonymizedIoExitCA1

kill -HUP ­­

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


___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Reload Config Without Restarting?

2016-01-26 Thread Damian Johnson
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  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


Re: [tor-relays] Reload Config Without Restarting?

2016-01-26 Thread Tristan
Thanks for the info. :)
On Jan 26, 2016 7:13 PM, "Damian Johnson"  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  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
>
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays