aboutsummaryrefslogtreecommitdiff
path: root/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'entrypoint.sh')
-rwxr-xr-xentrypoint.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 96380af..99d8843 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -219,7 +219,12 @@ run_uwsgi
run_nginx
set +x
+
+sleep 10 # Wait around a little bit before we start checking for the
+ # services since they don't start that quickly on slow systems.
+
# Bail out if a service stops, poll it every 30 seconds
watchServices 30
-# or if you comment out the above, drop into a shell
+
+# or if you comment out the above, you can drop into a shell
# exec /bin/ash "$@"