keep alive loop...

This commit is contained in:
Bernhard Radermacher
2026-02-23 12:35:01 +01:00
parent ba3bc385ec
commit 838baf9860

View File

@@ -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