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

Signed-off-by: moson <moson@archlinux.org>
2023-10-26 18:45:35 +02:00

2 lines
45 B
Bash
Executable file

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