daemon: moved FRR_STATE_DIR from constants.py to frr service files

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

View file

@ -4,7 +4,6 @@ COREDPY_VERSION = "@PACKAGE_VERSION@"
CORE_CONF_DIR = "@CORE_CONF_DIR@"
CORE_DATA_DIR = "@CORE_DATA_DIR@"
QUAGGA_STATE_DIR = "@CORE_STATE_DIR@/run/quagga"
FRR_STATE_DIR = "@CORE_STATE_DIR@/run/frr"
VNODED_BIN = which("vnoded", required=True)
VCMD_BIN = which("vcmd", required=True)