From 22994bb8694b8aa8b1094f1e7f24f499816fa1a4 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 26 May 2025 21:17:15 +0200 Subject: Add postgresql --- rc.postgresql/postgresql-srv/data/check | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 rc.postgresql/postgresql-srv/data/check (limited to 'rc.postgresql/postgresql-srv/data/check') diff --git a/rc.postgresql/postgresql-srv/data/check b/rc.postgresql/postgresql-srv/data/check new file mode 100755 index 0000000..bc8bb10 --- /dev/null +++ b/rc.postgresql/postgresql-srv/data/check @@ -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 = -- cgit v1.2.3