Create MaxScale directories
If the installation directory is something else than /usr, then the directories <install-dir>/var/cache/maxscale <install-dir>/var/log/maxscale <install-dir>/var/run/maxscale will be created at installation time.
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
|
||||
EXTERN_C_BLOCK_BEGIN
|
||||
|
||||
// NOTE: If you make changes here, ensure they are compatible with the
|
||||
// situation in <root>/CMakeLists.txt, where directories are installed.
|
||||
#define MXS_DEFAULT_PID_SUBPATH "run/maxscale"
|
||||
#define MXS_DEFAULT_LOG_SUBPATH "log/maxscale"
|
||||
#define MXS_DEFAULT_DATA_SUBPATH "lib/maxscale"
|
||||
|
Reference in New Issue
Block a user