Add postgresql
This commit is contained in:
7
rc.postgresql/postgresql-srv/data/check
Executable file
7
rc.postgresql/postgresql-srv/data/check
Executable file
@ -0,0 +1,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 =
|
Reference in New Issue
Block a user