summaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorGeir Storli <geirstorli@yahoo.no>2017-06-13 12:36:46 +0200
committerGitHub <noreply@github.com>2017-06-13 12:36:46 +0200
commitf419f0ddb911a25df4bf6d150f4b4ccabfe9e751 (patch)
tree83ab56794d0e0234a1b6bb056c5039f8a37ebdc3 /vespabase
parentc22a6c001052c2dc491650662448e3009721e605 (diff)
parent9212b86108683e9f9db1dac6697b911fc61569a0 (diff)
Merge pull request #2725 from yahoo/toregge/rename-configd-programs
Rename configd programs to have vespa- prefix.
Diffstat (limited to 'vespabase')
-rwxr-xr-xvespabase/src/start-vespa-base.sh2
-rwxr-xr-xvespabase/src/stop-vespa-base.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/vespabase/src/start-vespa-base.sh b/vespabase/src/start-vespa-base.sh
index fc6353f842f..e8ac4fcd670 100755
--- a/vespabase/src/start-vespa-base.sh
+++ b/vespabase/src/start-vespa-base.sh
@@ -73,4 +73,4 @@ if [ -f /tmp/.ylock-arena.shm ]; then
chown yahoo:wheel /tmp/.ylock-arena.shm
fi
-exec run-as-yahoo ${VESPA_HOME}/bin/vespa-config-ctl start
+exec vespa-run-as-vespa-user ${VESPA_HOME}/bin/vespa-config-ctl start
diff --git a/vespabase/src/stop-vespa-base.sh b/vespabase/src/stop-vespa-base.sh
index efe4f71fe9f..eb85cdf14f6 100755
--- a/vespabase/src/stop-vespa-base.sh
+++ b/vespabase/src/stop-vespa-base.sh
@@ -64,4 +64,4 @@ cd ${VESPA_HOME} || { echo "Cannot cd to ${VESPA_HOME}" 1>&2; exit 1; }
fixlimits
-exec run-as-yahoo ${VESPA_HOME}/bin/vespa-config-ctl stop
+exec vespa-run-as-vespa-user ${VESPA_HOME}/bin/vespa-config-ctl stop