summaryrefslogtreecommitdiffstats
path: root/vespabase/src/common-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vespabase/src/common-env.sh')
-rwxr-xr-xvespabase/src/common-env.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/vespabase/src/common-env.sh b/vespabase/src/common-env.sh
index 39107ae5500..dee3b1c785d 100755
--- a/vespabase/src/common-env.sh
+++ b/vespabase/src/common-env.sh
@@ -77,6 +77,7 @@ get_var() {
populate_environment () {
# these are the variables we want while running vespa:
# VESPA_HOME - where is Vespa installed
+ # VESPA_USER - The user running the vespa programs
# VESPA_CONFIGSERVERS - the host (or list of host) where a configserver runs
# VESPA_CONFIG_SOURCES - possible override as the first place to get config
@@ -100,11 +101,6 @@ populate_environment () {
read_conf_file
consider_fallback ROOT ${VESPA_HOME%/}
- if id yahoo >/dev/null 2>&1 ; then
- consider_fallback VESPA_USER "yahoo"
- elif id vespa >/dev/null 2>&1 ; then
- consider_fallback VESPA_USER "vespa"
- fi
}
populate_environment