From: Peter Palfrader Date: Thu, 8 Feb 2018 14:30:06 +0000 (+0100) Subject: dsa-restart-all-idle-postgres: disown background jobs instead of waiting for them X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d8aaeeb7e1fa14706ef7428442addfaeb8bfb9e0;p=mirror%2Fdsa-puppet.git dsa-restart-all-idle-postgres: disown background jobs instead of waiting for them --- diff --git a/modules/postgres/files/dsa-restart-all-idle-postgres b/modules/postgres/files/dsa-restart-all-idle-postgres index 38fe23e39..33f48c2ce 100755 --- a/modules/postgres/files/dsa-restart-all-idle-postgres +++ b/modules/postgres/files/dsa-restart-all-idle-postgres @@ -50,4 +50,4 @@ pg_lsclusters -h | while read version name port status; do handle_cluster $version $name $port & done -wait +disown -a