diff options
Diffstat (limited to 'network/tor/README')
-rw-r--r-- | network/tor/README | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/network/tor/README b/network/tor/README index 9e88ce90ed..3ec67d2c87 100644 --- a/network/tor/README +++ b/network/tor/README @@ -13,15 +13,6 @@ The recommended UID/GID is 220. You can create these like so: You can pass another user/group to the script; this is however, less safe: TOR_USER=nobody TOR_GROUP=nogroup sh tor.SlackBuild -The following can be used to start/stop tor automatically: -/etc/rc.d/rc.local - if [ -x /etc/rc.d/rc.tor ]; then - /etc/rc.d/rc.tor start - fi - -/etc/rc.d/rc.local_shutdown - if [ -x /etc/rc.d/rc.tor ]; then - /etc/rc.d/rc.tor stop - fi +See README.SLACKWARE for how to start tor on boot. Tor requires libevent. |