summaryrefslogtreecommitdiff
path: root/bin/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/entrypoint.sh')
-rwxr-xr-xbin/entrypoint.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh
index 28d6c5f..eb7dc07 100755
--- a/bin/entrypoint.sh
+++ b/bin/entrypoint.sh
@@ -5,5 +5,4 @@ set -e
[ -n "$DEBUG" ] && set -x
cd "$(dirname "$0")/.."
-echo "[$(date "+%H:%M:%S")] ==> Starting…"
-./bin/envoy.sh & ./bin/sparkled
+./bin/envoy.sh & ./bin/authzd & ./bin/sparkled