nusenu / ansible-relayor

An Ansible Role for Tor Relay Operators
GNU General Public License v3.0
245 stars 43 forks source link

Change handler if torrc is changed on Linux #205

Closed ghost closed 4 years ago

ghost commented 4 years ago

Reload caused issues when reconfiguring existing relays on Ubuntu 18.04 and Debian 10. Changing the handler to "restarted" solved the issue. Seems to be to overall better choice.

nusenu commented 4 years ago

thanks for your PR, could you make this configurable via a variable and default to the current behavior? (reload)

ghost commented 4 years ago

Created new PR with all necessary changes. #208