fix: don't produce login errors
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
f 2023-08-16 12:54:44 -03:00
parent e79a054aa4
commit 2e1d831b82
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
check process postgresql with pidfile /run/postgresql/pid
start program = "/usr/local/bin/postgresqld start"
stop program = "/usr/local/bin/postgresqld stop"
if failed port 5432 protocol pgsql for 3 times within 5 cycles then restart
if failed port 5432 protocol pgsql username postgres for 3 times within 5 cycles then restart