diff --git a/entrypoint.sh b/entrypoint.sh index 6d79373..b5144c1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -188,4 +188,8 @@ postgres & sleep 10 repmgrd -f /etc/repmgr/repmgr.conf --pid-file /tmp/repmgrd.pid -# fg %1 +while true +do + echo "$(date)" + sleep 3600 +done