diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-28 19:49:13 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-28 19:49:13 -0500 |
commit | 71be857556677b5bb85a616b3a77dac6cfb3db93 (patch) | |
tree | 129d719f35afcf864f0dba9082fba2aa80a7352f /pcr/openrc-net/tor.install | |
parent | 184702a3a2101d69fb8e0027546e196fecfd073c (diff) |
openrc-net-20151228-1: updating version
Diffstat (limited to 'pcr/openrc-net/tor.install')
-rw-r--r-- | pcr/openrc-net/tor.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pcr/openrc-net/tor.install b/pcr/openrc-net/tor.install index d5c4f50eb..f8262248d 100644 --- a/pcr/openrc-net/tor.install +++ b/pcr/openrc-net/tor.install @@ -2,6 +2,12 @@ _svc="tor" _rlvl="default" post_install() { + echo " ==> /etc/tor/torrc needs these adjustments: + echo " User tor" + echo " PIDFile /run/tor/tor.pid" + echo " Log notice syslog" + echo " DataDirectory /var/lib/tor/data" + _cmd="rc-update add ${_svc} ${_rlvl}" echo " ==> run '${_cmd}'" } |