aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2023-01-25 14:42:24 +0100
committerGitHub <noreply@github.com>2023-01-25 14:42:24 +0100
commit904dd2bd8e3a19d4552719ca52baa427d511fcde (patch)
tree7cf65cc7ae54001570b664e201a2935466ae773b
parent068a2f51e9132701c39659817febd608ef7364c8 (diff)
parent42430dbe2c3f487d7a1077eeb8b594070234a060 (diff)
Merge pull request #25716 from vespa-engine/arnej/use-new-vespa-stop-services
switch to new version of vespa-stop-services
-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 5a0a000d766..a029af876f0 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -21,6 +21,7 @@ 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-start-services bin)
+install_symlink(libexec/vespa/script-utils bin/vespa-stop-services bin)
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 ee93c9dc109..f0b44e00a8e 100644
--- a/vespabase/CMakeLists.txt
+++ b/vespabase/CMakeLists.txt
@@ -7,7 +7,6 @@ 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-stop-configserver.sh vespa-stop-configserver bin)
-vespa_install_script(src/vespa-stop-services.sh vespa-stop-services bin)
configure_file(src/vespa.service.in src/vespa.service @ONLY)
configure_file(src/vespa-configserver.service.in src/vespa-configserver.service @ONLY)