[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #13741 [Tor]: do not (re-load) torrc if DisableDebuggerAttachment was changed
#13741: do not (re-load) torrc if DisableDebuggerAttachment was changed
-----------------------------+---------------------------
Reporter: toralf | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Tor | Version: Tor: 0.2.5.10
Resolution: not a bug | Keywords:
Actual Points: | Parent ID:
Points: |
-----------------------------+---------------------------
Comment (by toralf):
ok, so a change in Gentoo's init script like this :
{{{
- start-stop-daemon --signal HUP --pidfile ${PIDFILE}
+ /etc/init.d/tor --verify-config
+ if [[ $? -eq 0 ]]; then
+ start-stop-daemon --signal HUP --pidfile ${PIDFILE}
+ else
+ eerror "config is wrong, can't reload Tor !"
+ fi
}}}
would help ?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13741#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs