aurweb/docker/health/postgres.sh
moson 5e803283ec
feat: Switch to postgres
WIP!

Signed-off-by: moson <moson@archlinux.org>
2023-11-12 21:05:38 +01:00

2 lines
45 B
Bash
Executable file

#!/bin/bash
exec su postgres -c 'pg_isready'