diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-05-26 21:17:15 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-05-26 21:17:15 +0200 |
| commit | 22994bb8694b8aa8b1094f1e7f24f499816fa1a4 (patch) | |
| tree | fd3480dbfab0b899dffa3d6a8b37024cad961ecc /rc.postgresql/postgresql-srv/data | |
| parent | 1e8f8cd3dd65236cb48cbcd69b18245bf8eb6977 (diff) | |
| download | s6-22994bb8694b8aa8b1094f1e7f24f499816fa1a4.tar.gz | |
Add postgresql
Diffstat (limited to 'rc.postgresql/postgresql-srv/data')
| -rwxr-xr-x | rc.postgresql/postgresql-srv/data/check | 7 |
1 files changed, 7 insertions, 0 deletions
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 = |
