mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/tor: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
27a4bd21fc
commit
7891ef329d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue