054c80ccd4
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.
5 lines
60 B
Text
5 lines
60 B
Text
case "${ACTION}" in
|
|
post)
|
|
chgrp tor etc/tor/torrc
|
|
;;
|
|
esac
|