diff options
-rw-r--r-- | network/tor/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/tor/README b/network/tor/README index ef4c0eff74bb4..149d5c911da58 100644 --- a/network/tor/README +++ b/network/tor/README @@ -14,12 +14,12 @@ 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 +In file /etc/rc.d/rc.local, add following if [ -x /etc/rc.d/rc.tor ]; then /etc/rc.d/rc.tor start fi -/etc/rc.d/rc.local_shutdown +In /etc/rc.d/rc.local_shutdown, add following if [ -x /etc/rc.d/rc.tor ]; then /etc/rc.d/rc.tor stop fi |