diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-11 20:56:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-17 08:44:55 +0700 |
commit | 7891ef329d54e2be7d3de2c93abc7bc844cd1c3b (patch) | |
tree | 426b7570ab60d8b1973fb5dcc022fd6f42565f9f | |
parent | 27a4bd21fc17735edd93f63ce70c3f818c1b0655 (diff) | |
download | slackbuilds-7891ef329d54e2be7d3de2c93abc7bc844cd1c3b.tar.gz |
network/tor: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 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 |