blob: bc8bb10ab3ec8fd58a983538dde7bf63f8614ce4 (
plain)
1
2
3
4
5
6
7
|
#!/bin/execlineb -P
s6-envdir env
importas -u PG_VERSION PG_VERSION
pipeline { tail -n1 /var/lib/pgsql/${PG_VERSION}/data/postmaster.pid }
pipeline { tr -d " \n" }
xargs test ready =
|