mirror of
https://github.com/casjaysdevdocker/aria2
synced 2025-01-18 12:34:31 -05:00
9 lines
316 B
Bash
9 lines
316 B
Bash
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# GLOBAL enviroment variables
|
|
USER="${USER:-root}"
|
|
LANG="${LANG:-C.UTF-8}"
|
|
TZ="${TZ:-America/New_York}"
|
|
SERVICE_USER="${SERVICE_USER:-root}"
|
|
ENV_PORTS="${ENV_PORTS//\/*/}"
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|