summaryrefslogtreecommitdiffstats
path: root/vespabase/src/vespa-start-configserver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vespabase/src/vespa-start-configserver.sh')
-rwxr-xr-xvespabase/src/vespa-start-configserver.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/vespabase/src/vespa-start-configserver.sh b/vespabase/src/vespa-start-configserver.sh
index cba6cbfd740..8473ec74a92 100755
--- a/vespabase/src/vespa-start-configserver.sh
+++ b/vespabase/src/vespa-start-configserver.sh
@@ -61,11 +61,8 @@ findroot
${VESPA_HOME}/bin/vespa-prestart.sh || exit 1
willrun=${VESPA_HOME}/libexec/vespa/start-configserver
if [ -x $willrun ]; then
- echo "Starting $willrun as a background process." >&2
- exec </dev/null
- exec >/dev/null 2>&1
- nohup $willrun &
- exit 0
+ echo "Starting $willrun" >&2
+ exec $willrun
fi
echo "FATAL cannot run: $willrun"
exit 1