summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-01-11 14:56:41 +0100
committer Willy Sudiarto Raharjo2021-01-17 02:44:55 +0100
commit7891ef329d54e2be7d3de2c93abc7bc844cd1c3b (patch)
tree426b7570ab60d8b1973fb5dcc022fd6f42565f9f /network
parent27a4bd21fc17735edd93f63ce70c3f818c1b0655 (diff)
downloadslackbuilds-7891ef329d54e2be7d3de2c93abc7bc844cd1c3b.tar.gz
network/tor: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/tor/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/tor/README b/network/tor/README
index ef4c0eff74..149d5c911d 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