mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-12 07:00:04 +03:00
* Also now stores PID in per-service file in configured logs directory. * Swapped the environment arg and service so it's, e.g. "live gateway" now. * New optional third arg `--from-source` to... run from source, not installed files. The script *will* exit and redirect output, but record the PID and tell you it. New SRC_DIR in the config files to know where to run from.
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
CONFIG_OVERRIDE="${HOME}/.local/share/eddn/beta/config.json"
|
|
LOG_DIR="${HOME}/beta/logs"
|
|
PYTHON_VENV="${HOME}/beta/python-venv"
|
|
SRC_DIR="${HOME}/beta/EDDN.git"
|