From 5f890dd626230cf4b4e2fe00df94b601558d2930 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Fri, 6 Jan 2017 18:32:22 -0800 Subject: [PATCH] entrypoint.sh: exec torus one less process hanging around. --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 185a2da..d46e234 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,4 +35,5 @@ if [ "${LOG_FLAGS}" != "" ]; then TORUS_FLAGS="$TORUS_FLAGS --logpkg=${LOG_FLAGS}" fi -torusd --etcd $ETCD_HOST:$ETCD_PORT --host $LISTEN_HOST --port $LISTEN_HTTP_PORT --data-dir /data --peer-address $PEER_ADDRESS --size $STORAGE_SIZE $TORUS_FLAGS +exec torusd --etcd $ETCD_HOST:$ETCD_PORT --host $LISTEN_HOST --port $LISTEN_HTTP_PORT --data-dir /data --peer-address $PEER_ADDRESS --size $STORAGE_SIZE $TORUS_FLAGS +