mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Use macros in place of details.
svn:r6500
This commit is contained in:
parent
63c1395509
commit
f9e3b5f24c
@ -40,12 +40,12 @@ rc_reset
|
||||
# Increase open file descriptors a reasonable amount
|
||||
ulimit -n 8192
|
||||
|
||||
TORCTL=/usr/local/bin/torctl
|
||||
TORCTL=@BINDIR@/torctl
|
||||
|
||||
# torctl will use these environment variables
|
||||
TORUSER=_tor
|
||||
TORUSER=@TORUSER@
|
||||
export TORUSER
|
||||
TORGROUP=_tor
|
||||
TORGROUP=@TORGROUP@
|
||||
export TORGROUP
|
||||
|
||||
if [ -x /bin/su ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user