summaryrefslogtreecommitdiffstats
path: root/configserver/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-11-04 14:20:11 +0100
committerHarald Musum <musum@yahooinc.com>2022-11-04 14:20:11 +0100
commit9626751bc6e74104c9791e07a0e666b7c3a9daa7 (patch)
tree1528773d644310b28dedf028f7852093b3f64b04 /configserver/CMakeLists.txt
parent419f93800baa0fdd6e9260f8a9485bb0f2322f0a (diff)
Use var/zookeeper/conf for zookeeper server and client config
Avoid using read-only conf/ directory for config files written when starting zookeeper
Diffstat (limited to 'configserver/CMakeLists.txt')
-rw-r--r--configserver/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/configserver/CMakeLists.txt b/configserver/CMakeLists.txt
index c2752da57b4..f189dc4f2c1 100644
--- a/configserver/CMakeLists.txt
+++ b/configserver/CMakeLists.txt
@@ -23,6 +23,6 @@ install_symlink(lib/jars/application-model-jar-with-dependencies.jar conf/config
install_symlink(lib/jars/node-repository-jar-with-dependencies.jar conf/configserver-app/components/node-repository.jar)
install_symlink(lib/jars/zookeeper-server-jar-with-dependencies.jar conf/configserver-app/components/zookeeper-server.jar)
install_symlink(conf/configserver-app/components lib/jars/config-models)
-install(DIRECTORY DESTINATION conf/zookeeper)
install(DIRECTORY DESTINATION var/zookeeper)
+install(DIRECTORY DESTINATION var/zookeeper/conf)
install(DIRECTORY DESTINATION logs/vespa/configserver)