summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2022-11-16 09:45:12 +0100
committerGitHub <noreply@github.com>2022-11-16 09:45:12 +0100
commitaca412ef32b88f16d4e4b7bc35aedca831b36f93 (patch)
tree478b6fb14c15963aaaef202050a0b699d2574a9d
parentb88c7d56c33166d7f77c68ca2d5d0d9c684c4017 (diff)
parent07af855518749283fafabb922cf2aced304200b0 (diff)
Merge pull request #24874 from vespa-engine/arnej/use-new-configserver-startup
switch configserver startup script
-rw-r--r--client/CMakeLists.txt1
-rw-r--r--vespabase/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 2507215e70d..8cd921e0d0c 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -19,6 +19,7 @@ install_symlink(libexec/vespa/script-utils bin/vespa-security-env)
install_symlink(libexec/vespa/script-utils bin/vespa-get-cluster-state)
install_symlink(libexec/vespa/script-utils bin/vespa-get-node-state)
install_symlink(libexec/vespa/script-utils bin/vespa-set-node-state)
+install_symlink(libexec/vespa/script-utils bin/vespa-start-configserver)
install_symlink(libexec/vespa/script-utils bin/vespa-get-config)
install_symlink(libexec/vespa/script-utils bin/vespa-verify-ranksetup)
diff --git a/vespabase/CMakeLists.txt b/vespabase/CMakeLists.txt
index e72f02d5eeb..e8b1e583f85 100644
--- a/vespabase/CMakeLists.txt
+++ b/vespabase/CMakeLists.txt
@@ -6,7 +6,6 @@ vespa_install_script(src/rhel-prestart.sh vespa-prestart.sh bin)
vespa_install_script(src/common-env.sh common-env.sh libexec/vespa)
vespa_install_script(src/start-vespa-base.sh start-vespa-base.sh libexec/vespa)
vespa_install_script(src/stop-vespa-base.sh stop-vespa-base.sh libexec/vespa)
-vespa_install_script(src/vespa-start-configserver.sh vespa-start-configserver bin)
vespa_install_script(src/vespa-start-services.sh vespa-start-services bin)
vespa_install_script(src/vespa-stop-configserver.sh vespa-stop-configserver bin)
vespa_install_script(src/vespa-stop-services.sh vespa-stop-services bin)