mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-01-18 00:34:29 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh
This commit is contained in:
parent
7f3c5b245d
commit
d82127246a
@ -65,7 +65,7 @@ RESET_ENV="yes"
|
||||
WWW_ROOT_DIR="/usr/share/httpd/default"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Default predefined variables
|
||||
DATA_DIR="/data/tor" # set data directory
|
||||
DATA_DIR="/data/tor/relay" # set data directory
|
||||
CONF_DIR="/config/tor/relay" # set config directory
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# set the containers etc directory
|
||||
@ -75,7 +75,7 @@ ETC_DIR="/etc/tor/relay"
|
||||
VAR_DIR=""
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
TMP_DIR="/tmp/tor" # set the temp dir
|
||||
RUN_DIR="/run/tor" # set scripts pid dir
|
||||
RUN_DIR="/run/tor/relay" # set scripts pid dir
|
||||
LOG_DIR="/data/logs/tor" # set log directory
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Set the working dir
|
||||
|
Loading…
x
Reference in New Issue
Block a user