diff --git a/entrypoint.sh b/entrypoint.sh index 7fbe129..65b0ee6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -136,7 +136,7 @@ if [ -z "$REAL_REALM" ]; then if [ "$CTDB_ENABLED" = "true" ]; then ((/usr/sbin/ctdbd --interactive)&) CTDB_PID=$! - sleep 10 + sleep 120 fi net ads join --no-dns-updates -U"$ADMIN_ACCOUNT"%"$ADMIN_PASSWORD" if [ "$CTDB_ENABLED" = "true" ]; then @@ -144,7 +144,7 @@ if [ -z "$REAL_REALM" ]; then fi ((/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf -j /tmp/sp.pid)&) - sleep 10 + sleep 30 # Allow adding printer drivers for Administrator # Note: These commands require running winbind that resolves the group name and dcerpcd that accesses printers list