X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpostgres%2Ffiles%2Fdsa-restart-all-idle-postgres;h=078d50010cc377494b61b43df09789c16a1285cc;hb=9728596ba8cf819fe5255eb2aee9b2c469b8359c;hp=c08a17541fd4dd2a7c93b1a90c3c4e423357fce2;hpb=508d78fa792ddd428b75e381c9ad0c09d2c84404;p=mirror%2Fdsa-puppet.git diff --git a/modules/postgres/files/dsa-restart-all-idle-postgres b/modules/postgres/files/dsa-restart-all-idle-postgres index c08a17541..078d50010 100755 --- a/modules/postgres/files/dsa-restart-all-idle-postgres +++ b/modules/postgres/files/dsa-restart-all-idle-postgres @@ -55,6 +55,5 @@ pg_lsclusters -h | while read version name port status; do pid="$(get_pidfile_value "$version" "$name")" grep -q --word-regexp $pid "$tmpfile" || continue - handle_cluster $version $name $port < /dev/null > /dev/null 2>&1 & - disown + handle_cluster $version $name $port done