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
156 B
Plaintext
5 lines
156 B
Plaintext
CONFIG_OVERRIDE="${HOME}/.local/share/eddn/dev/config.json"
|
|
LOG_DIR="${HOME}/dev/logs"
|
|
PYTHON_VENV="${HOME}/dev/python-venv"
|
|
SRC_DIR="${HOME}/dev/EDDN.git"
|