daemon: moved QUAGGA_STATE_DIR from constants.py to quagga service files
This commit is contained in:
parent
2145c07cb7
commit
1ef66181c6
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue