daemon: moved QUAGGA_STATE_DIR from constants.py to quagga service files

This commit is contained in:
Blake Harnden 2020-06-22 21:39:29 -07:00
parent 2145c07cb7
commit 1ef66181c6
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,6 @@ from core.utils import which
COREDPY_VERSION = "@PACKAGE_VERSION@"
CORE_CONF_DIR = "@CORE_CONF_DIR@"
CORE_DATA_DIR = "@CORE_DATA_DIR@"
QUAGGA_STATE_DIR = "@CORE_STATE_DIR@/run/quagga"
VNODED_BIN = which("vnoded", required=True)
VCMD_BIN = which("vcmd", required=True)