void-packages/srcpkgs/tor/INSTALL
David Flatz 054c80ccd4 tor: make torrc readable for group tor
on SIGHUP tor tries to reload its torrc but since it runs as tor:tor and
torrc is 640 root:root this fails and tor then continues with a default
config. this change should fix this behavior.
2018-03-18 23:44:40 +01:00

5 lines
60 B
Text

case "${ACTION}" in
post)
chgrp tor etc/tor/torrc
;;
esac